Changes between Version 7 and Version 8 of StartersTutorial


Ignore:
Timestamp:
Jul 7, 2010, 1:44:26 PM (15 years ago)
Author:
FrederikHeber
Comment:

indices of parsed molecules was wrong

Legend:

Unmodified
Added
Removed
Modified
  • StartersTutorial

    v7 v8  
    4444Let's continue and define the simulation box:
    4545{{{
    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"
    4747}}}
    4848
     
    5252
    5353{{{
    54 ./src/molecuilder -i test.conf -o xyz -t "-5, 0, 0" --molecule-by-id 0 --periodic 1
     54./src/molecuilder -i test.conf -o xyz -t "-5, 5, 5" --molecule-by-id 0 --periodic 1
    5555}}}
    5656
     
    7373If we would like to place it right-away somewhere else, we would use this call:
    7474{{{
    75 ./src/molecuilder -i test.conf -o xyz -p water.xyz -t "5, 0, 0" --molecule-by-id 1 --periodic 1
     75./src/molecuilder -i test.conf -o xyz -p water.xyz -t "15, 15, 15" --molecule-by-id 1 --periodic 1
    7676}}}
    77 which would translate the newly parsed-in molecule, getting index 1, bey (5,0,0), adhering to periodic boundary conditions.
     77which would translate the newly parsed-in molecule, getting index 1, by (15,15,15), adhering to periodic boundary conditions.
    7878
    7979== Use the bond structure ==