The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-06-27 | 1.1 kB | |
| v0.22.2 source code.tar.gz | 2025-06-27 | 47.1 MB | |
| v0.22.2 source code.zip | 2025-06-27 | 47.2 MB | |
| Totals: 3 Items | 94.3 MB | 0 | |
New features
write_structureis added to allow a system to be written to a file.TrajectoryWriternow writes out better PDB files.StructureWriteris now an alias forTrajectoryWriterwith the PDB format and will be removed in a future breaking release. It is recommended to replace instances ofStructureWriterwithTrajectoryWriter.- The
excluded_resandwrite_boundarykeyword arguments can now be given toTrajectoryWriter. Theatom_indskeyword argument can now be given toStructureWriter. AtomDatacan now storechain_idandhetero_atom, allowing better file writing.- The Urey-Bradley potential is added as
UreyBradley. - The mixing functions
waldman_hagler_σ_mixing,waldman_hagler_ϵ_mixingandfender_halsey_ϵ_mixingare added. - Additional keyword arguments can now be provided to the
Systemconstructor taking in an AtomsBase system.
Bug fixes
- A bug when initialising forces in
LangevinSplittingis fixed. - A bug when converting from an AtomsBase system without velocities is fixed.
- A bug when setting up a system with infinite boundaries from a file is fixed.