coltonbh / qcop

A package for operating Quantum Chemistry programs using qcio standardized data structures. Compatible with TeraChem, psi4, QChem, NWChem, ORCA, Molpro, geomeTRIC and many more.
MIT License
3 stars 3 forks source link

Qcop CLI for comverting xyz file to printed out array of arrays in bohr #16

Open coltonbh opened 8 months ago

coltonbh commented 8 months ago

qcop bohr file.xyz

symbols = [...]
geometry = [[...]]

For quick conversion of xyz files to copy and paste into input.toml files.