Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 717 Bytes

File metadata and controls

28 lines (17 loc) · 717 Bytes

Changelog

All changes made to the program per version will be detailed here.

v1.0.1 - 27th Jan, 2026

Experimental Pauli Repulsion forces: Previously, magic numbers were put in place of this force, which made stuff kind of work. Now, stuff still kind of works, but more accurately.

[+] Added

  • Pauli repulsion forces
  • Vector3 operators now pass through pybind11
  • __repr__ for Vector3 and Atom

[*] Changed

  • Renamed Atom::updateLonePairs to spawnLonePairs
  • Moved constants to header files for readability
  • Implemented coulomb function in system.cpp

v1.0.0 - 23th Jan, 2026

First stable release version.

[+] Added

  • Core functionality
  • Pybind11 wrapper