Loading
Bug fix: update constraint optimisation path to use the correct FixSymmetry.
Previously, symmetry-constrained optimisation triggered a ase.spacegroup.symmetrize.FixSymmetry import. As of ase 3.23.0 (vibes' bounds are >=3.26), the correct import is ase.constraints.FixSymmetry.
Also added a unit test for sym-constrained optimisation and updated one doc ref.