gmso icon indicating copy to clipboard operation
gmso copied to clipboard

Flexible storage of chemical topology for molecular simulation

Results 110 gmso issues
Sort by recently updated
recently updated
newest added

My water example is extra slow in the atomtyping step (cell 8). Some optimization is necessary to scale up to a reasonably sized system (10000 water molecules). https://gist.github.com/uppittu11/c421280913edee7e3a56ce09a7d3c2d3 Related to...

performance

Might be worth stealing this code (which involves copying the license over) or doing our own version of it, if we want different requirements https://github.com/mdtraj/mdtraj/blob/4709b085f2454764111bccbe3eee46782ab032e9/tests/test_docstrings.py

testing

For our charges, etc. in an atomtype, we do not support setting the `mass`, `charge`, etc of an atomtype on an `atomtype` by `atomtype` basis. We support setting these in...

Add a simple XML file for a mW water. This is to make sure GMSO can handle 3-body potentials internally. At this stage I don't imagine implementing a SW writer...

I wanted to point to a few ideas that would involve useful, but relatively small, changes to the codebase that would be good for new users to * Add unit...

good first issue

Now #186 is merged, the next step would be collect as many XML Files as possible. Infact, the next step should be the ability to convert standard XML files from...

discussion

1. Add a `FENEBondedPotential` or something like that as a `PotentialTemplate` here: https://github.com/mosdef-hub/gmso/blob/f2e6fbb28d408254d3aa99266cdb29ae1b9e7df0/gmso/lib/potential_templates.py 2. Add support for writing FENE potentials to the LAMMPS data writer somewhere in here: https://github.com/mosdef-hub/gmso/blob/f2e6fbb28d408254d3aa99266cdb29ae1b9e7df0/gmso/formats/lammpsdata.py It...

enhancement

Handle Default Units and Redefine Schema in **GMSO**. Related to #310( Broader Issue)

Currently we are _very_ verbose in our XMLs. Which is very useful, but also a bit difficult to parse. Possible defining a unit system within the xml itself would be...

How would we handle multibody potentials? For example: https://lammps.sandia.gov/doc/pair_polymorphic.html Probably another potential class

attention
discussion