Changes between Version 2 and Version 3 of ManyBodyBondOrder
- Timestamp:
- Aug 18, 2008, 11:45:22 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ManyBodyBondOrder
v2 v3 5 5 ./molecuilder <PathToConfig>/acetanilide.conf 6 6 }}} 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. 9 8 1. Quit ''MoleCuilder''. 10 9 1. The config files of the fragments reside in the directory given as the defaultpath in the father config file (must exist). 11 10 1. Go to this directory and create all the necessary subdirs with: 12 11 {{{ 13 i=014 while [ -e AtomicFragment${i}.conf ]; do15 mkdir AtomicFragment${i}16 let i=$i+117 done18 12 i=0 19 13 while [ -e BondFragment${i}.conf ]; do … … 23 17 }}} 24 18 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 {{{ 21 joiner <PathToConfig>/ pcp 22 }}}