PoreSim 0.2
  • API
  • Simulation
  • Complex Pore Simulation
  • Simulation 2-Phase
  • Site
    • Page
        • Topology
          • Topology
    • Topology
      • Topology
    Source

    Topology¶

    class poresim.topology.Topology(link, topol)¶

    This class reads and extract all information from topology files of the molecules specified in the simulation box. The aim was creating an independent class for editing and updating the topologies if necessary.

    Further editing functions should be easy to add.

    Parameters:
    linkstring

    Simulation box link

    topoldictionary

    Topology dictionary

    Methods

    _itp(link, charge)

    Create an itp file from a GROMACS topology contain everything except

    _read(link)

    This function reads a topology file and saves all information and data in a dictionary, accessible with the section’s header.

    generate_files()

    Generate topology files.

    Back to top

    © Copyright 2023, Hamzeh Kraus.
    Created using Sphinx 7.4.6.