Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ uv.lock

# duecredit
.duecredit.p

# ignore local users potential agent files/plans
.agents/
5 changes: 2 additions & 3 deletions examples/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ If you'd like to execute the scripts or examples locally, you can run them with:
curl -LsSf https://astral.sh/uv/install.sh | sh

# pick any of the examples
uv run --with . examples/2_Structural_optimization/2.3_MACE_FIRE.py
uv run --with . examples/3_Dynamics/3.3_MACE_NVE_cueq.py
uv run --with . examples/4_High_level_api/4.1_high_level_api.py
uv run --with . examples/scripts/1_introduction.py
uv run --with . examples/scripts/2_structural_optimization.py
```
Loading
Loading