Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: fishjojo/pyscfad

pyscfad release v0.1.11

14 Aug 07:23
507df04

Choose a tag to compare

  • Changes

    • Drop support to Python 3.10.
    • Updata for compatibility with pyscf 2.10.
    • Updata for compatibility with jax 0.7.
    • Add int3c2e auxiliary basis response.
    • Update rcut estimation for lattice sum.
  • Bug fixes

    • Fix optimized DF-CCSD(T)
    • Fix implicit differentiation for PBC methods

pyscfad release v0.1.10

12 Apr 22:38
efbee8e

Choose a tag to compare

  • Changes
    • Fix 0.1.9 wheel

pyscfad release v0.1.9

11 Apr 23:35

Choose a tag to compare

  • Changes

    • Drop support to Python 3.9.
    • Refactor code for dynamic polarizability.
    • Update for compatibility with pyscf 2.7, and 2.8.
    • Add unrestricted KS-DFT.
    • Add CUDA support.
  • Bug fixes

    • Fix 1e integral high-order derivatives

pyscfad release v0.1.8

31 Oct 00:23
8e588e6

Choose a tag to compare

  • Changes

    • Add support to Python 3.13.
    • Add scipy.logm ensuring real results when possible.
  • Bug fixes

    • Fix logger.flush not catching certain formats.

pyscfad release v0.1.7

27 Jul 04:26

Choose a tag to compare

  • Changes

    • Drop support to Python 3.8.
    • Add pytree.PytreeNode.
    • Adapt class definition using PytreeNode.
    • Add util.to_pyscf.
    • Update gto.mole._moleintor_jvp for shell slicing.
    • Add scipy.linalg.eigh JAX primitive for CPU.
    • Improve lo.orth.lowdin gradient stability.
  • Bug fixes

    • Fix example dft/01-DFT+U.py.
    • Fix scf.addons.canonical_orth_.
    • Fix GMRES solver for scipy versions before 1.12.

pyscfad release v0.1.6

28 Jun 02:00
8a5c0ad

Choose a tag to compare

  • Changes

    • Update GMRES solver according to scipy updates.
  • Bug fixes

    • Fix minor import error in lo.pipek.
    • Fix PBC lattice response.
    • Fix pyscfadlib runtime link issue.

pyscfad release v0.1.5

22 Jun 21:04
2760942

Choose a tag to compare

  • Changes

    • pyscfad is now compatable with pyscf 2.6.
    • Add backend module (experimental).
    • Add GCCSD(T).
    • Add interface to Jabobi sweep for Pipek-Mezey localization.
  • Bug fixes

    • Fix LRC hybrid density functionals.

Release v0.1.4

05 Mar 08:30
4b51e90

Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

Release v0.1.3

13 Sep 22:17
f85c4ba

Choose a tag to compare

Fixed installation issues.

Release v0.1.2

14 Mar 04:05
7f38ff2

Choose a tag to compare

add AD support for ROHF