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: Examples/sscha_and_aiida/README.md
+37-7Lines changed: 37 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,31 @@
1
1
# Instructions
2
2
3
-
We provide here the script `run_aiida_sscha.py`, which performs a thermal expansion calculation using SSCHA and aiida-quantumespresso.
3
+
We provide here some scripts to run SSCHA using AiiDA, FLARE machine-learning potential, and a combination of the two as on-the-fly active learning.
4
4
5
-
It is preferable to execute the example that you already have some experience with both the SSCHA and AiiDA-QuantumEspresso codes. Nevertheless, you can try following the instructions and to run the example.
5
+
*`run_aiida_sscha.py`, which performs a thermal expansion calculation using SSCHA and aiida-quantumespresso.
6
+
*`run_flare_sscha.py`, which performs a thermal expansion calculation using SSCHA and FLARE machine-learning interatomic potential.
7
+
*`run_aiida_flare_sscha.py`, which performs an on-the-fly active learning SSCHA calculation using aiida-quantumespresso for DFT and FLARE as the ML potential.
8
+
9
+
It is preferable to execute the example that you already have some experience with both the SSCHA and AiiDA-QuantumESPRESSO codes. Nevertheless, you can try following the instructions and to run the example.
6
10
7
11
## Installation
8
12
9
-
We recommend to install all the packages via `mamba` (which is based on top of `conda`). After having installed `mamba`, you can simply run the following:
13
+
We recommend to install all the packages via `mamba` (which is based on `conda`). After having installed `mamba`, you can simply run the following:
0 commit comments