Releases: ajz34/libcint-rs
Releases · ajz34/libcint-rs
libcint-v0.1.4
v0.1.4 -- 2025-07-21
Enhancements:
- Added
balance_partition
.
Fix:
- Typos checked by codespell.
libcint-src-v0.1.4
chore: Release package libcint-src version 0.1.4
libcint-v0.1.3
Fix:
- use
-fPIC
(CMAKE_POSITION_INDEPENDENT_CODE=ON
) unconditionally (in most cases it is useful for static library build). - some platforms will build library in
lib64
instead oflib
; this version will allowlib64
to be detected.
libcint-src-v0.1.3
chore: Release package libcint-src version 0.1.3
libcint-v0.1.2
Enhancements:
- Added support of
int1e_grids
related integrals; - Added minimal traceback info (where code raises error) for error handling;
- Modified
cargo:rerun-if-env-changed
related code in build.rs, so that cargo will not frequently rebuildlibcint-src
.
libcint-src-v0.1.2
chore: Release package libcint-src version 0.1.2
libcint-v0.1.1
Enhancements:
- Added
from_json
andto_json
methods, corresponds tomol.dumps()
in PySCF. - Added legacy initializers
initial_r2c
andinitial_r2c_with_ecp
.
libcint-src-v0.1.1
chore: Release package libcint-src version 0.1.1
libcint-v0.1.0
chore: Release package libcint version 0.1.0
libcint-src-v0.1.0
chore: Release package libcint-src version 0.1.0