Skip to content

Commit

Permalink
Merge branch 'charmm-writer' of https://github.com/CalCraven/gmso int…
Browse files Browse the repository at this point in the history
…o charmm-writer
  • Loading branch information
CalCraven committed Nov 5, 2024
2 parents 2fab3c0 + d150a31 commit c325111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gmso/formats/prm_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def _accepted_potentials():
"""List of accepted potentials that LAMMPS can support."""
templates = PotentialTemplateLibrary()
lennard_jones_potential = templates["LennardJonesPotential"]
lennard_jones_potential.expression /= 4
lennard_jones_potential.expression /= 4 # no 4*epsilon term
harmonic_bond_potential = templates["LAMMPSHarmonicBondPotential"]
harmonic_angle_potential = templates["LAMMPSHarmonicAnglePotential"]
ub_angle_potential = templates["UreyBradleyAnglePotential"]
Expand Down

0 comments on commit c325111

Please sign in to comment.