Changes between Version 6 and Version 7 of StartersTutorial


Ignore:
Timestamp:
Jul 7, 2010, 1:34:35 PM (14 years ago)
Author:
FrederikHeber
Comment:

removed depth first search analysis

Legend:

Unmodified
Added
Removed
Modified
  • StartersTutorial

    v6 v7  
    8181If we 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
    8282{{{
    83 ./src/molecuilder -i test.conf -v 3 -D 2.
     83./src/molecuilder -i test.conf -I
    8484}}}
    8585
    8686Note that we have specified here a verbosity level (''-v'') of 3 such that one sees a bit of what's going on.
    87 Somewhere along the output, you will notice ''Disconnected subgraph ranges from ...''' appear twice. These are two water molecules that have been recognized as separated.
    88 
    89 Now lets fix it by
    90 {{{
    91 ./src/molecuilder -i test.conf -I
    92 }}}
     87Somewhere along the output, you will notice ''Disconnected subgraph ranges from ...'' appears twice. These are two water molecules that have been recognized as separated.
    9388
    9489== Tesselate the second molecule ==