Changes between Version 6 and Version 7 of StartersTutorial
- Timestamp:
- Jul 7, 2010, 1:34:35 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StartersTutorial
v6 v7 81 81 If 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 82 82 {{{ 83 ./src/molecuilder -i test.conf - v 3 -D 2.83 ./src/molecuilder -i test.conf -I 84 84 }}} 85 85 86 86 Note 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 }}} 87 Somewhere along the output, you will notice ''Disconnected subgraph ranges from ...'' appears twice. These are two water molecules that have been recognized as separated. 93 88 94 89 == Tesselate the second molecule ==