Skip to content

Releases: ss0832/MultiOptPy

v1.9.12c

02 Jul 07:58
7f2d082
Compare
Choose a tag to compare
  • fix a minor bug

v1.9.12b

17 Jun 08:36
48e9555
Compare
Choose a tag to compare
  • fix bugs (import)

v1.9.12

05 Jun 11:19
f469be8
Compare
Choose a tag to compare
  • Change the implementation to calculate the approximate Hessian (approx_hessian.py)
  • Refactor

v1.9.11

31 May 11:54
9820ad7
Compare
Choose a tag to compare
  • Refactor (trust_radius.py)

v1.9.10

30 May 14:07
bdf4c29
Compare
Choose a tag to compare
  • Refactor (neb.py)

v1.9.9b

29 May 11:29
89767d6
Compare
Choose a tag to compare
  • Refactor using Claude Sonnet 4 (neb.py)

v1.9.9

29 May 09:01
848781d
Compare
Choose a tag to compare
  • Model Hessian available in nebmain.py (-modelhess)
  • Fix bugs
  • Refactor

v1.9.8

28 May 13:02
143448c
Compare
Choose a tag to compare
  • improved NEB method using Hessian (nebmain.py, -fc xxx)
  • delete a unused function (nebmain.py)

v1.9.7c

21 May 13:42
4283ea0
Compare
Choose a tag to compare
  • You can define max trust radius (unit: angstrom) for geometry optimization (optmain.py, -tr xxx)
  • refactor
  • fix a bug

v1.9.6

19 May 13:32
aab6d95
Compare
Choose a tag to compare
  • add the option for ECP setting of PySCF (-ecp)
  • refactor