trexio 2.6.1

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.
Documentation
1
2
3
4
5
6
7
8
9
10
default:
	cargo build
	cargo test

docs_rs:
	cargo doc --no-deps --all-features

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