trexio 2.4.0

TREXIO is an open-source file format and library developed for the storage and manipulation of data produced by quantum chemistry calculations. It is designed with the goal of providing a reliable and efficient method of storing and exchanging wave function parameters and matrix elements.
1
2
3
4
5
6
7
8
9
10
default: src/generated.rs
	cargo build
	cargo test

src/generated.rs: build.py
	python3 build.py

test: default
	- cargo test -- --show-output