gmso

User Guide

  • Installation
    • Installing with conda
    • Installing from source conda
    • Install an editable version from source
    • Supported Python Versions
    • Testing your installation
    • Install pre-commit
    • Building the documentation
  • Design Principles
    • Scope and Features of GMSO
    • Structure of GMSO
  • Potential Templates
    • Non-bonded Potentials
      • LennardJonesPotential
      • BuckinghamPotential
      • MiePotential
    • Bond Potentials
      • HarmonicBondPotential
      • LAMMPSHarmonicBondPotential
      • FixedBondPotential
      • FENEBondPotential
      • LAMMPSFENEBondPotential
      • HOOMDFENEWCABondPotential
    • Angle Potentials
      • HarmonicAnglePotential
      • LAMMPSHarmonicAnglePotential
      • FixedAnglePotential
    • Torsion / Dihedral Potentials
      • PeriodicTorsionPotential
      • HarmonicTorsionPotential
      • OPLSTorsionPotential
      • FourierTorsionPotential
      • RyckaertBellemansTorsionPotential
      • LAMMPSHarmonicDihedralPotential
      • HOOMDPeriodicDihedralPotential
    • Improper Potentials
      • HarmonicImproperPotential
      • PeriodicImproperPotential
    • Virtual Sites
      • TIP4PPotential (MSite)
      • Type3fdVirtualPosition
    • Engine-Specific Potentials
      • HOOMDDPDForce
  • Contributing
    • Features
      • Implement functionality in a general and flexible fashion
    • Version control
      • Propose a single set of related changes
    • Source code
      • Use a consistent style
      • Document code with comments
    • Tests
      • Write unit tests
  • Using GMSO with Docker
    • Prerequisites
    • Quick Start
    • Persisting User Volumes
    • Running Python scripts in the container
    • Cleaning Up

API Reference

  • API Reference
    • Abstract Base Classes
      • GMSOBase
        • GMSOBase
      • Site
        • Site
        • Molecule
        • Residue
      • AbstractPotential
        • AbstractPotential
      • Connection
        • Connection
    • Core Classes
      • Topology
        • Summary
        • Reference
      • Sites
        • Atom
        • VirtualSite
      • Connections
        • Bond
        • Angle
        • Dihedral
        • Improper
      • Potential Types
        • AtomType
        • BondType
        • AngleType
        • DihedralType
        • ImproperType
        • PairPotentialType
        • VirtualType
      • ForceField
        • ForceField
      • Box
        • Box
      • Element
        • Element
    • File Format Readers and Writers
      • GROMACS
        • read_gro
        • write_gro
        • write_top
      • GSD
        • write_gsd
      • XYZ
        • read_xyz
        • write_xyz
      • LAMMPS DATA
        • write_lammpsdata
        • read_lammpsdata
      • MOL2
        • read_mol2
        • write_mol2
      • MCF
        • write_mcf
      • JSON
        • write_json
        • load_json
      • Format Registry
        • LoadersRegistry
        • SaversRegistry
    • External Library Conversions
      • mBuild
        • from_mbuild
        • from_mbuild_box
        • to_mbuild
      • ParmEd
        • from_parmed
        • to_parmed
      • OpenMM
        • to_openmm
      • HOOMD-blue
        • to_hoomd_snapshot
        • to_hoomd_forcefield
        • to_gsd_snapshot
      • NetworkX
        • from_networkx
        • to_networkx
    • Parameterization
      • apply
        • apply()
    • Utilities
      • identify_connections
        • identify_connections()
gmso
  • Overview: module code

All modules for which code is available

  • gmso.abc.abstract_connection
  • gmso.abc.abstract_potential
  • gmso.abc.abstract_site
  • gmso.abc.gmso_base
  • gmso.core.angle
  • gmso.core.angle_type
  • gmso.core.atom
  • gmso.core.atom_type
  • gmso.core.bond
  • gmso.core.bond_type
  • gmso.core.box
  • gmso.core.dihedral
  • gmso.core.dihedral_type
  • gmso.core.element
  • gmso.core.forcefield
  • gmso.core.improper
  • gmso.core.improper_type
  • gmso.core.pairpotential_type
  • gmso.core.topology
  • gmso.core.virtual_site
  • gmso.core.virtual_type
  • gmso.external.convert_hoomd
  • gmso.external.convert_mbuild
  • gmso.external.convert_networkx
  • gmso.external.convert_openmm
  • gmso.external.convert_parmed
  • gmso.formats.gro
  • gmso.formats.gsd
  • gmso.formats.json
  • gmso.formats.lammpsdata
  • gmso.formats.mcf
  • gmso.formats.mol2
  • gmso.formats.top
  • gmso.formats.xyz
  • gmso.parameterization.parameterize
  • gmso.utils.connectivity

© Copyright 2024, mosdef-hub, Vanderbilt University.

Built with Sphinx using a theme provided by Read the Docs.