Skip to content

Commit

Permalink
Final readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeetgangan committed Mar 1, 2025
1 parent 50028fa commit 153500d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,15 @@ cd a2c_ase
pip install .
```
## Usage
See [Si64.py](https://github.com/abhijeetgangan/a2c_ase/blob/main/example/Si64.py) for basic usage.
See [example/Si64.py](https://github.com/abhijeetgangan/a2c_ase/blob/main/example/Si64.py) for basic usage.

To use a specific calculator you need to install the corresponding package.

In the example above, MACE is used as the calculator, so you need to install the corresponding package.

```bash
pip install mace-torch
```

## Workflow Overview

Expand Down

0 comments on commit 153500d

Please sign in to comment.