Version 2 (modified by 17 years ago) ( diff ) | ,
---|
Many-Body Bond Order dissection
- Load MoleCuilder with the config file to be split up:
./molecuilder <PathToConfig>/acetanilide.conf
- Create the connection matrix by entering: o 1.55
- Create the Atomic and Bond Fragments by entering: f 1 b. This will use the BottomUp-approach to 1st 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 AtomicFragment${i}.conf ]; do mkdir AtomicFragment${i} let i=$i+1 done i=0 while [ -e BondFragment${i}.conf ]; do mkdir BondFragment${i} let i=$i+1 done
- Start the simulations ...
- Add the resulting total energy of each fragment according to the created file TE-Factors.dat.conf.
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.