Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit d764e01

Browse files
Merge branch 'main' into cifcharge
2 parents fe4c426 + 7b44ae7 commit d764e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ from ase.io import read
1111
from raspa_ase import Raspa
1212

1313
atoms = read("my_framework.cif")
14-
atoms.calc = Raspa()
14+
atoms.calc = Raspa(boxes=..., components=..., parameters=...)
1515
atoms.get_potential_energy()
1616
print(calc.results)
1717
```

0 commit comments

Comments
 (0)