Skip to content

Commit

Permalink
add usage
Browse files Browse the repository at this point in the history
  • Loading branch information
RichRick1 committed Mar 22, 2024
1 parent f971474 commit 510d1cb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,16 @@

This repository is intended to include utility-functions for quantum chemistry courses.

## Installation

```bash
pip install git+https://github.com/QC-Edu/QChem-utils.git
```

## Usage

```python
from qctools.hydrogen import hydrogenic_wavefunction

hydrogenic_wavefunction(1, 0, 0, 1, 0, 0, 1)
```

0 comments on commit 510d1cb

Please sign in to comment.