Changes between Initial Version and Version 1 of ManyBodyBondOrder


Ignore:
Timestamp:
Oct 30, 2007, 7:07:43 PM (18 years ago)
Author:
heber@…
Comment:

First version of dissection

Legend:

Unmodified
Added
Removed
Modified
  • ManyBodyBondOrder

    v1 v1  
     1= Many-Body Bond Order dissection =
     2
     3 1 Load ''MoleCuilder'' with the config file to be split up:
     4{{{
     5./molecuilder <PathToConfig>/acetanilide.conf
     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.
     9 1 Quit ''MoleCuilder''.
     10 1 The config files of the fragments reside in the directory given as the defaultpath in the father config file (must exist).
     11 1 Go to this directory and create all the necessary subdirs with:
     12{{{
     13i=0
     14while [ -e AtomicFragment${i}.conf ]; do
     15  mkdir AtomicFragment${i}
     16  let i=$i+1
     17done
     18i=0
     19while [ -e BondFragment${i}.conf ]; do
     20  mkdir BondFragment${i}
     21  let i=$i+1
     22done
     23}}}
     24 1 Start the simulations ...
     25 1 Add the resulting total energy of each fragment according to the created file ''TE-Factors.dat.conf''.