You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example/python_pkg/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ python_pkg/
28
28
To run a RAFFLE example and analyse the results, the following order must be performed.
29
29
1. Move to the desired `SYSTEM_learn/DRAFFLE` directory and create a directory to work in:
30
30
```bash
31
-
cd SYSTEM_learn
31
+
cd SYSTEM_learn/DRAFFLE
32
32
mkdir DOutput
33
33
cd DOutput
34
34
```
@@ -41,7 +41,7 @@ To run a RAFFLE example and analyse the results, the following order must be per
41
41
3. Go to parent directory and open the notebook `pca.ipynb`, run all the cells.
42
42
43
43
NOTE: for the `C_learn/DRSS/` example, the `pca.ipynb` notebook expects that the `C_learn/DRAFFLE/` example script and notebook have been fully run first.
44
-
This is because it attempts to use the PCA fit to the RAFFLE results to transform its data.
44
+
This is because it attempts to use the PCA of the RAFFLE results to transform its data.
45
45
Doing so enables the two techniques to be properly compared.
46
46
47
47
The `[un]rlxd_structures_seed0.traj` files are provided (as are the `energies_[un]rlxd+seed0.txt`) as the key outputs from the `learn.py` runs.
@@ -53,4 +53,4 @@ Whilst other output files are generated during the RAFFLE runs, these are option
53
53
- Python 3.11 or higher
54
54
- raffle package installed (`pip install .`)
55
55
-`ase` for handling atomic structure data
56
-
-`CHGNet`, `MACE-0`, `VASP`, or some other `ase`-compatible calculator
56
+
-`CHGNet`, `MACE`, `VASP`, or some other `ase`-compatible calculator
0 commit comments