Many-Body Bond Order dissection
- Load MoleCuilder with the config file to be split up:
./molecuilder <PathToConfig>/acetanilide.conf
- 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.
- Quit MoleCuilder.
- The config files of the fragments reside in the directory given as the defaultpath in the father config file (must exist).
- Go to this directory and create all the necessary subdirs with:
i=0 while [ -e BondFragment${i}.conf ]; do mkdir BondFragment${i} let i=$i+1 done
- Start the simulations ...
- Use joiner to evaluate total energy and forces in the files pcp.energy.all and pcp.forces.all:
joiner <PathToConfig>/ pcp
Last modified
16 years ago
Last modified on Aug 18, 2008, 11:45:22 AM
Attachments (1)
-
acetanilide.conf
(4.8 KB
) - added by 17 years ago.
example config file
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.