| | 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 | {{{ |
| | 13 | i=0 |
| | 14 | while [ -e AtomicFragment${i}.conf ]; do |
| | 15 | mkdir AtomicFragment${i} |
| | 16 | let i=$i+1 |
| | 17 | done |
| | 18 | i=0 |
| | 19 | while [ -e BondFragment${i}.conf ]; do |
| | 20 | mkdir BondFragment${i} |
| | 21 | let i=$i+1 |
| | 22 | done |
| | 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''. |