Changes between Version 2 and Version 3 of ManyBodyBondOrder


Ignore:
Timestamp:
Aug 18, 2008, 11:45:22 AM (16 years ago)
Author:
FrederikHeber
Comment:

changed to current BOSSANOVA scheme

Legend:

Unmodified
Added
Removed
Modified
  • ManyBodyBondOrder

    v2 v3  
    55./molecuilder <PathToConfig>/acetanilide.conf
    66}}}
    7  1. Create the connection matrix by entering: '''o 1.55'''
    8  1. Create the Atomic and Bond Fragments by entering: '''f 1 b'''. This will use the ''!BottomUp''-approach to 1st order.
     7 1. Create the Bond Fragments by entering: '''f 1.55 1'''. This will look for bonds between atoms at most 1.55 units apart and fragment to first order.
    98 1. Quit ''MoleCuilder''.
    109 1. The config files of the fragments reside in the directory given as the defaultpath in the father config file (must exist).
    1110 1. Go to this directory and create all the necessary subdirs with:
    1211{{{
    13 i=0
    14 while [ -e AtomicFragment${i}.conf ]; do
    15   mkdir AtomicFragment${i}
    16   let i=$i+1
    17 done
    1812i=0
    1913while [ -e BondFragment${i}.conf ]; do
     
    2317}}}
    2418 1. Start the simulations ...
    25  1. Add the resulting total energy of each fragment according to the created file ''TE-Factors.dat.conf''.
     19 1. Use '''joiner''' to evaluate total energy and forces in the files ''pcp.energy.all'' and ''pcp.forces.all'':
     20{{{
     21joiner <PathToConfig>/ pcp
     22}}}