Releases: MaginnGroup/mosdef_cassandra
Releases · MaginnGroup/mosdef_cassandra
v0.4.0-alpha.2
0.4.0-alpha.1
Use GMSO to generate MCFs.
The mosdef_cassandra.System
object can now take in gmso.Topology
to define per-species force fields, which are used to generate MCFs.
The current version of mosdef_cassandra uses parmed.Structure
as a holder of the system information and does a number of checks and modifications to this information. This version essentially transforms a GMSOs to parmed.Structure
. At MCF writing-time, the modified parmed.Structure
is then transformed back to GMSO and then use the write_mcf
of this package. Thus, this version relies heavily on the GMSO's to_parmed
and from_parmed
converters.
0.3.2
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
New features:
- Renames Moves to MoveSet (PR #61)
- Adds unyt integration (PR #51)
- Updates some of the moves attribute names (PR #57)
- Moves CBMC selections into MoveSet (PR #59)
- Adds support for restricted insertions (PR #47)
- Adds basic analysis module (PR #62)
- Overwrite=True by default for generating PDB file (PR #55)
Bug fixes: