Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@
- Added `FixAtoms` constraint to fix specific atoms in place
- Added `FixCom` constraint to prevent center of mass drift
- Constraints automatically adjust degrees of freedom for accurate temperature calculations
- Full support across all integrators (NVE, NVT, NPT) and optimizers (FIRE, Gradient Descent)
- Support for NVE and NVT and optimizers (FIRE, Gradient Descent). Constraints on NPT should be used with caution.
- Constraints preserved during state manipulation (slicing, splitting, concatenation)

### 💥 Breaking Changes
* Trajectories are not wrapped anymore. MLIP models still wrapped coordinates before force evaluation but SimState.positions are not wrapped during MD.

## v0.5.0

Expand Down
Loading