Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
felixscherz committed Mar 5, 2024
1 parent bf24636 commit 730f70b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
## Usage

```python
from orca_rs import parse
from orca_rs import parse_casscf, parse_tddft

output = parse("orca-results.out")
output = parse_tddft("orca-tddft-results.out")

import pprint
pprint.pprint(output)
Expand Down

0 comments on commit 730f70b

Please sign in to comment.