Skip to content

Commit

Permalink
Merge pull request #27 from v1j4y/orca_trexio_doc_info
Browse files Browse the repository at this point in the history
Add orca example.
  • Loading branch information
v1j4y authored Sep 25, 2023
2 parents 08a5e68 + 76a3e64 commit 27197f9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@ converts data from the `GAMESS_CAS.log` output file of the GAMESS code
(note also `-t gamess` argument) into the TREXIO file called `trexio_cas.hdf5`
using `-b hdf5` back end of TREXIO.

and,

`trexio convert-from -t orca -i data/ORCA.json -b hdf5 trexio_orca.hdf5`

Note that since ORCA AOs and MOs are in spherical coordinates, one needs to convert
these to cartesian to be able to use `trexio` functions.

`trexio convert-to -t cartesian -o trexio_orca_cart.hdf5 trexio_orca.hdf5`

converts data from the `ORCA.json` output file of the ORCA code
into the TREXIO file called `trexio_cas.hdf5` using `-b hdf5` back end of TREXIO.

0 comments on commit 27197f9

Please sign in to comment.