Changes between Version 12 and Version 13 of StartersTutorial
- Timestamp:
- Aug 13, 2010, 3:03:16 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StartersTutorial
v12 v13 73 73 74 74 {{{ 75 ./src/molecuilder -i test.conf -o xyz --select-molecule -by-id0 -t "-5, 5, 0" --periodic 175 ./src/molecuilder -i test.conf -o xyz --select-molecules-atoms 0 -t "-5, 5, 0" --periodic 1 76 76 }}} 77 77 … … 94 94 If we would like to place it right-away somewhere else, we would use this call: 95 95 {{{ 96 ./src/molecuilder -i test.conf -o xyz -p water.xyz --select-molecule -by-id1 -t "15, 15, 15" --periodic 196 ./src/molecuilder -i test.conf -o xyz -p water.xyz --select-molecules-atoms 1 -t "15, 15, 15" --periodic 1 97 97 }}} 98 98 which would translate the newly parsed-in molecule, getting index 1, by (15,15,15), adhering to periodic boundary conditions.