-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinput2.yaml
More file actions
82 lines (81 loc) · 1.85 KB
/
input2.yaml
File metadata and controls
82 lines (81 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
calculations:
#corresponds to 10% composition change
- mode: composition_scaling
element:
- Ag
- Cu
mass:
- 107.868
- 63.546
composition_scaling:
output_chemical_composition:
Ag: 450
Cu: 50
lattice: solid.data
temperature: 800
pressure: 0
pair_coeff: '* * /pc2/users/u/$USER/.cache/grace/GRACE-1L-OMAT Ag Cu'
pair_style: grace
n_equilibration_steps: 1000
n_iterations: 1
n_switching_steps: 1000
queue:
commands:
- '#SBATCH -A hpc-prf-mlpfits'
- '#SBATCH -N 1'
- '#SBATCH --gres=gpu:a100:1'
- '#SBATCH --cpus-per-task=12'
- '#SBATCH --ntasks-per-node=1'
- source /pc2/users/u/$USER/load_calphy.sh
- module load system/CUDA/13.0.0
cores: 1
queuename: gpu
scheduler: slurm
walltime: 00:15:00
folder_prefix: x10
#these are simply for speeding up, and not needed!
equilibration_control: berendsen
md:
n_small_steps: 1000
tolerance:
pressure: 100
#corresponds to 20% composition change
- mode: composition_scaling
element:
- Ag
- Cu
mass:
- 107.868
- 63.546
composition_scaling:
output_chemical_composition:
Ag: 400
Cu: 100
lattice: solid.data
temperature: 800
pressure: 0
pair_coeff: '* * /pc2/users/u/$USER/.cache/grace/GRACE-1L-OMAT Ag Cu'
pair_style: grace
n_equilibration_steps: 1000
n_iterations: 1
n_switching_steps: 1000
queue:
commands:
- '#SBATCH -A hpc-prf-mlpfits'
- '#SBATCH -N 1'
- '#SBATCH --gres=gpu:a100:1'
- '#SBATCH --cpus-per-task=12'
- '#SBATCH --ntasks-per-node=1'
- source /pc2/users/u/$USER/load_calphy.sh
- module load system/CUDA/13.0.0
cores: 1
queuename: gpu
scheduler: slurm
walltime: 00:15:00
folder_prefix: x20
#these are simply for speeding up, and not needed!
equilibration_control: berendsen
md:
n_small_steps: 1000
tolerance:
pressure: 100