Changes between Version 13 and Version 14 of StartersTutorial


Ignore:
Timestamp:
Aug 13, 2010, 4:23:37 PM (15 years ago)
Author:
FrederikHeber
Comment:

subgraph lacked -v 3 switch and notice that storing is molecule-wise

Legend:

Unmodified
Added
Removed
Modified
  • StartersTutorial

    v13 v14  
    109109If we then parse in the config files again, we will not have two separate molecules, addressable by indices 0 and 1, but a single one. This is bad. Let's do a graph analysis of the system
    110110{{{
    111 ./src/molecuilder -i test.conf -I
     111./src/molecuilder -i test.conf -v 3 -I
    112112}}}
    113113
    114114Note that we have specified here a verbosity level (''-v'') of 3 such that one sees a bit of what's going on.
    115 Somewhere along the output, you will notice ''Disconnected subgraph ranges from ...'' appears twice. These are two water molecules that have been recognized as separated.
     115Somewhere along the output, you will notice ''Disconnected subgraph ranges from ...'' appears twice. These are two water molecules that have been recognized as separated: '''I scanned 2 molecules.'''
     116
     117Also, the sequence of the atoms has changed again. Their affiliation with a molecule supercedes the order--by-element of the ''pcp'' type, i.e. first all atoms of molecule 1, then of molecule 2.
    116118
    117119== Tesselate the second molecule ==