Changes between Version 2 and Version 3 of StartersTutorial
- Timestamp:
- Jul 7, 2010, 8:24:18 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StartersTutorial
v2 v3 11 11 Execute: 12 12 {{{ 13 ./src/molecuilder -i test.conf -o pcp xyz -a 6 --position 0 0 013 ./src/molecuilder -i test.conf -o pcp xyz -a 6 --position "0, 0, 0" 14 14 }}} 15 15 … … 22 22 Let's continue and define the simulation box: 23 23 {{{ 24 ./src/molecuilder -i test.conf -o xyz -B 10 0 10 0 0 1024 ./src/molecuilder -i test.conf -o xyz -B "10, 0, 10, 0, 0, 10" 25 25 }}} 26 26 … … 29 29 We add the two remaining hydrogen atoms: 30 30 {{{ 31 ./src/molecuilder -i test.conf -o xyz -a 1 --position 0.758602 0. 0.50428432 ./src/molecuilder -i test.conf -o xyz -a 1 --position 0.758602 0. -0.50428431 ./src/molecuilder -i test.conf -o xyz -a 1 --position "0.758602, 0., 0.504284" 32 ./src/molecuilder -i test.conf -o xyz -a 1 --position "0.758602, 0., -0.504284" 33 33 }}} 34 34 … … 45 45 46 46 {{{ 47 ./src/molecuilder -i test.conf -o xyz -t -5 0 0--molecule-by-id 0 --periodic 147 ./src/molecuilder -i test.conf -o xyz -t "-5, 0, 0" --molecule-by-id 0 --periodic 1 48 48 }}} 49 49 … … 68 68 If we would like to place it right-away somewhere else, we would use this call: 69 69 {{{ 70 ./src/molecuilder -i test.conf -o xyz -p water.xyz -t 5 0 0--molecule-by-id 1 --periodic 170 ./src/molecuilder -i test.conf -o xyz -p water.xyz -t "5, 0, 0" --molecule-by-id 1 --periodic 1 71 71 }}} 72 72 which would translate the newly parsed-in molecule, getting index 1, bey (5,0,0), adhering to periodic boundary conditions.