| 20 | ==== I am using tremolo, but it does not recognize '''HT''' (specific element types) ==== |
| 21 | |
| 22 | Molecuilder always operates on elements, i.e. for each atom it needs to know what kind of element it consists of. With empirial potential molecular dynamics, such as represented by tremolo, element short hands are replaced by a type symbol to allow for different paramtrization of hydrogen in water and hydrogen in some other molecule: e.g. '''HT''' may stand for hydrogen in water, where '''H1''' describes a hydrogen in a specific ligand of a bio molecule. |
| 23 | |
| 24 | Molecuilder does not initially know what '''HT''' or '''H1''' means (although it does some guessing in the case of pdb format). Hence, you have to tell him what is what. Tremolo uses a ''.potentials'' file to give the element for a given type key. This can be parsed as follows (before the ''--input'' command!): |
| 25 | {{{ |
| 26 | .. --parse-tremolo-potentials <.potentials file> |
| 27 | }}} |