-
Notifications
You must be signed in to change notification settings - Fork 0
/
Structure_creation.xml
33 lines (27 loc) · 1.03 KB
/
Structure_creation.xml
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
<WaNoTemplate>
<WaNoMeta>
<Author>
<Name> J. Schaarschmidt </Name>
</Author>
<Description>
This script is designed for preparing structural data for calculations in Quantum Espresso. It allows setting up crystal lattice parameters and the k-point grid for electronic structure and material property calculations.
</Description>
</WaNoMeta>
<WaNoRoot name="Structure_creation">
<WaNoString name="element">Al</WaNoString>
<WaNoString name="a">4.15</WaNoString>
<WaNoBool name="cubic">true</WaNoBool>
</WaNoRoot>
<WaNoExecCommand>
simstack_server_mamba_source
eval "$(conda shell.bash hook)"
conda activate qe
python Structure_creation.py
</WaNoExecCommand>
<WaNoInputFiles>
<WaNoInputFile logical_filename="Structure_creation.py">Structure_creation.py</WaNoInputFile>
</WaNoInputFiles>
<WaNoOutputFiles>
<WaNoOutputFile>structure.xyz</WaNoOutputFile>
</WaNoOutputFiles>
</WaNoTemplate>