Changes between Initial Version and Version 1 of FragmentingMolecules


Ignore:
Timestamp:
Jun 15, 2011, 2:27:44 PM (14 years ago)
Author:
FrederikHeber
Comment:

first version

Legend:

Unmodified
Added
Removed
Modified
  • FragmentingMolecules

    v1 v1  
     1= Fragmenting Molecules =
     2
     3In the following we use molecuilder to generate all possible fragments of a given molecule:
     4{{{
     5./molecuilder -i <input> -I --fragment-molecule ./ --distance 2. --order 4
     6}}}
     7which takes the file ''<input>'', creates the bond graph (''--I''), and fragments the molecule up to order 4 (''--order'').
     8
     9This will create files ''!BondFragment###.conf'' (and with ''.in'' suffix, too) in the current (''./'') directory where ''###'' starts at 0 and counts through all created fragments.
     10
     11These can subsequently be used with PCP or MPQC to calculate the fragment energy.