gosh-adaptor

Crates.iogosh-adaptor
lib.rsgosh-adaptor
version0.4.1
sourcesrc
created_at2020-02-10 04:30:13.100986
updated_at2024-03-19 12:51:56.078302
descriptionAdaptor for chemical model
homepagehttps://github.com/gosh-rs/gosh-adaptor
repositoryhttps://github.com/gosh-rs/gosh-adaptor
max_upload_size
id206919
size1,204,963
Wenping Guo (ybyygu)

documentation

README

gosh-adaptor reads computed data such as energy, forces from common computational chemistry codes, include VASP, SIESTA, MOPAC, GULP, and more.

gosh-adaptor now supports write all collected data in parquet file

for example, for VASP opt/MD task:

gosh-adaptor vasp collect OUTCAR -o opt.parq

read from bbm checkpoints db:

gosh-adaptor ckpts collect opt.db -o opt.parq

opt.parq can be read and analyzed using polars or pandas.

The columns in opt.parq include energy, symbols, forces, positions, stress, lattice

Commit count: 91

cargo fmt