This class converts a molecule object to a structure file of different possible formats. Currently only PDB and GRO are fully supported.
For pore objects two additional methods are available for generating the main topology file and a topology file containing grid molecule parameters and charges. Currently only the GROMACS format is supported.
Furthermore, there is an automized routine for generating topologies with Antechamber where job-file for this tool are created.
Molecule or Pore object
Folder link for output
Optionally provide a sorting list in case a dictionary of molecules is given
Examples
Assuming a pore or molecule object have already been created, the structure files can be generated like following examples
Store(mol).pdb()
Store(pore, "output").gro("pore.gro")
Methods
|
Store the grid.itp file containing the necessary parameters and charges of the grid molecules. |
|
Generate the structure file for the defined molecule in the GRO format. |
|
Create job file to run with Antechamber. |
|
Generate the structure file for the defined molecule in the LAMMPS format. |
|
Save the molecule object or the dictionary of those using pickle. |
|
Generate the structure file for the defined molecule in the PDB format. |
|
Store the topology file for a pore. |
|
Generate the structure file for the defined molecule in the XYZ format for running qm-simulations. |