Changes between Version 7 and Version 8 of StartersTutorial
- Timestamp:
- Jul 7, 2010, 1:44:26 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StartersTutorial
v7 v8 44 44 Let's continue and define the simulation box: 45 45 {{{ 46 ./src/molecuilder -i test.conf -o xyz -B " 10, 0, 10, 0, 0, 10"46 ./src/molecuilder -i test.conf -o xyz -B "25, 0, 25, 0, 0, 25" 47 47 }}} 48 48 … … 52 52 53 53 {{{ 54 ./src/molecuilder -i test.conf -o xyz -t "-5, 0, 0" --molecule-by-id 0 --periodic 154 ./src/molecuilder -i test.conf -o xyz -t "-5, 5, 5" --molecule-by-id 0 --periodic 1 55 55 }}} 56 56 … … 73 73 If we would like to place it right-away somewhere else, we would use this call: 74 74 {{{ 75 ./src/molecuilder -i test.conf -o xyz -p water.xyz -t " 5, 0, 0" --molecule-by-id 1 --periodic 175 ./src/molecuilder -i test.conf -o xyz -p water.xyz -t "15, 15, 15" --molecule-by-id 1 --periodic 1 76 76 }}} 77 which would translate the newly parsed-in molecule, getting index 1, b ey (5,0,0), adhering to periodic boundary conditions.77 which would translate the newly parsed-in molecule, getting index 1, by (15,15,15), adhering to periodic boundary conditions. 78 78 79 79 == Use the bond structure ==
