Changes between Version 1 and Version 2 of FrequentlyAskedQuestions


Ignore:
Timestamp:
Mar 2, 2012, 11:26:27 AM (13 years ago)
Author:
FrederikHeber
Comment:

added tremolo potentials parsing

Legend:

Unmodified
Added
Removed
Modified
  • FrequentlyAskedQuestions

    v1 v2  
    1111=== Output Files === #command-line_output-files
    1212
    13 ==== I need the output in format <specific-format>! ====
     13==== I need the output in format <specific-format> ====
    1414
    1515Remember that molecuilder always operates on an output file given by the ''--input'' command. It does recognize the format (by the suffix) if the file is empty (e.g. newly created). Also, additional output formats may be specified. This is done by ''--set-output'' followed by a space-separated list of desired formats, e.g.
     
    1818}}}
    1919
     20==== I am using tremolo, but it does not recognize '''HT''' (specific element types) ====
     21
     22Molecuilder 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
     24Molecuilder 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}}}