Quiqbox.jl

Exploring the computational power of fermionic quantum systems. Ab initio computation and basis set optimization for electronic structure problems.

MIT License

Stars
31
Committers
2

Bot releases are hidden (Show)

Quiqbox.jl - v0.3.0

Published by frankwswang over 2 years ago

Feature Release

  • Pure Julia-based Gaussian integral engine.
  • Performance improvement.
  • Removing libcint_jll dependency.

What's Changed

Full Changelog: https://github.com/frankwswang/Quiqbox.jl/compare/v0.2.3...v0.3.0

Quiqbox.jl - v0.2.1

Published by frankwswang almost 3 years ago

Quiqbox v0.2.1

  • Added SAD initial guess for HF
  • Fixed a bug for UHF gradient case
  • Updated libcint_jll version
  • Changed Molden.jl test method
  • Added support for higher angular momentum
  • Fixed bug for multi-center mul (Start implementing own integral engine)
  • Code optimizations