Skip to content

Commit 4c9e8c9

Browse files
committed
Merge branch 'release/1.0.2'
2 parents 95cc4b3 + e12edc9 commit 4c9e8c9

File tree

13 files changed

+346
-299
lines changed

13 files changed

+346
-299
lines changed

examples/ice VII/config_degeneracy.txt

Lines changed: 0 additions & 53 deletions
This file was deleted.

examples/ice VII/settings.yaml

Lines changed: 69 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,76 @@
11
NT: 401
2-
DT : 1
2+
DT: 1
33
DT_SAMPLE: 10
44
P_MIN: 0
55
NTV: 71
66
DELTA_P: 1
77
DELTA_P_SAMPLE: 10
8-
input: 'input_conf' # input name with configuration number
9-
multi_config: True
10-
config_degeneracy: 'config_degeneracy.txt'
11-
12-
# calculation and plotting results
8+
input:
9+
input_conf01: 6
10+
input_conf02: 96
11+
input_conf03: 96
12+
input_conf04: 96
13+
input_conf05: 384
14+
input_conf06: 96
15+
input_conf07: 48
16+
input_conf08: 24
17+
input_conf09: 96
18+
input_conf10: 96
19+
input_conf11: 6
20+
input_conf12: 96
21+
input_conf13: 384
22+
input_conf14: 384
23+
input_conf15: 192
24+
input_conf16: 48
25+
input_conf17: 192
26+
input_conf18: 192
27+
input_conf19: 384
28+
input_conf20: 192
29+
input_conf21: 192
30+
input_conf22: 384
31+
input_conf23: 48
32+
input_conf24: 192
33+
input_conf25: 384
34+
input_conf26: 192
35+
input_conf27: 384
36+
input_conf28: 96
37+
input_conf29: 96
38+
input_conf30: 384
39+
input_conf31: 384
40+
input_conf32: 192
41+
input_conf33: 384
42+
input_conf34: 192
43+
input_conf35: 96
44+
input_conf36: 48
45+
input_conf37: 48
46+
input_conf38: 24
47+
input_conf39: 192
48+
input_conf40: 96
49+
input_conf41: 384
50+
input_conf42: 96
51+
input_conf43: 192
52+
input_conf44: 24
53+
input_conf45: 24
54+
input_conf46: 96
55+
input_conf47: 24
56+
input_conf48: 12
57+
input_conf49: 48
58+
input_conf50: 48
59+
input_conf51: 24
60+
input_conf52: 12
1361
calculate:
14-
- 'F' #
15-
- 'G' # Gibbs free energy
16-
- 'U'
17-
- 'H'
18-
- 'V'
19-
- 'alpha'
20-
- 'gamma'
21-
- 'Cp'
22-
- 'Cv'
23-
- 'Bt'
24-
- 'Btp'
25-
- 'Bs'
26-
27-
energy_unit: 'au' # 'ev' or 'au'
28-
plot_calculation: True
29-
results_folder : './results/'
62+
- F
63+
- G
64+
- U
65+
- H
66+
- V
67+
- alpha
68+
- gamma
69+
- Cp
70+
- Cv
71+
- Bt
72+
- Btp
73+
- Bs
74+
energy_unit: au
75+
plot_results: true
76+
output_directory: ./results/

examples/silicon/settings.yaml

Lines changed: 17 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,24 @@
11
NT: 101
2-
DT : 10
2+
DT: 10
33
DT_SAMPLE: 10
44
NTV: 101
55
DELTA_P: 0.1
66
DELTA_P_SAMPLE: 1
7-
8-
input: 'input'
7+
input: input
98
P_MIN: 0
10-
show_more_output: True
11-
12-
# calculation settings
9+
high_verbosity: true
1310
calculate:
14-
- 'F' # Free energy
15-
- 'G' # Gibbs free energy
16-
- 'U'
17-
- 'H'
18-
- 'V'
19-
- 'alpha'
20-
- 'gamma'
21-
- 'Cp'
22-
- 'Cv'
23-
- 'Bt'
24-
- 'Bs'
25-
26-
energy_unit: 'ev' # 'ev' or 'ry'
27-
28-
# plot settings
29-
plot_calculation: True
30-
31-
results_folder : './results/'
11+
- F
12+
- G
13+
- U
14+
- H
15+
- V
16+
- alpha
17+
- gamma
18+
- Cp
19+
- Cv
20+
- Bt
21+
- Bs
22+
energy_unit: ev
23+
plot_results: true
24+
output_directory: ./results/

0 commit comments

Comments
 (0)