close
Warning:
Failed to sync with repository "(default)": unable to open database file; repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
- Timestamp:
-
Aug 18, 2008, 11:45:22 AM (18 years ago)
- Author:
-
FrederikHeber
- Comment:
-
changed to current BOSSANOVA scheme
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
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=0 |
| 14 | | while [ -e AtomicFragment${i}.conf ]; do |
| 15 | | mkdir AtomicFragment${i} |
| 16 | | let i=$i+1 |
| 17 | | done |
| 18 | 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 | }}} |