Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Protocols: Set clean_workdir default to False #919

Merged
merged 1 commit into from
Apr 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/aiida_quantumespresso/workflows/protocols/pdos.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default_inputs:
clean_workdir: True
clean_workdir: False
scf:
pw:
parameters:
Expand Down
2 changes: 1 addition & 1 deletion src/aiida_quantumespresso/workflows/protocols/ph/base.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default_inputs:
clean_workdir: True
clean_workdir: False
ph:
metadata:
options:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
default_inputs:
bands_kpoints_distance: 0.025
clean_workdir: True
clean_workdir: False
nbands_factor: 3.0
default_protocol: moderate
protocols:
Expand Down
2 changes: 1 addition & 1 deletion src/aiida_quantumespresso/workflows/protocols/pw/base.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default_inputs:
clean_workdir: True
clean_workdir: False
kpoints_distance: 0.15
kpoints_force_parity: False
meta_parameters:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default_inputs:
clean_workdir: True
clean_workdir: False
max_meta_convergence_iterations: 5
meta_convergence: True
volume_convergence: 0.02
Expand Down
2 changes: 1 addition & 1 deletion src/aiida_quantumespresso/workflows/protocols/xps.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default_inputs:
clean_workdir: True
clean_workdir: False
abs_atom_marker: X
voight_gamma: 0.3
voight_sigma: 0.3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default_inputs:
clean_workdir: True
clean_workdir: False
kpoints_distance: 0.15
kpoints_force_parity: False
xspectra:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
default_inputs:
abs_atom_marker: X
clean_workdir: True
clean_workdir: False
get_powder_spectrum: False
run_replot: False
eps_vectors:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
default_inputs:
abs_atom_marker: X
clean_workdir: True
clean_workdir: False
return_all_powder_spectra: False
core:
get_powder_spectrum: True
Expand Down
2 changes: 1 addition & 1 deletion tests/workflows/protocols/pw/test_bands/test_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ bands:
pseudos:
Si: Si<md5=57fa15d98af99972c7b7aa5c179b0bb8>
bands_kpoints_distance: 0.025
clean_workdir: true
clean_workdir: false
nbands_factor: 3.0
relax:
base:
Expand Down
2 changes: 1 addition & 1 deletion tests/workflows/protocols/pw/test_base/test_default.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
clean_workdir: true
clean_workdir: false
kpoints_distance: 0.15
kpoints_force_parity: false
pw:
Expand Down
2 changes: 1 addition & 1 deletion tests/workflows/protocols/pw/test_relax/test_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ base_final_scf:
smearing: cold
pseudos:
Si: Si<md5=57fa15d98af99972c7b7aa5c179b0bb8>
clean_workdir: true
clean_workdir: false
max_meta_convergence_iterations: 5
meta_convergence: true
structure: Si2
Expand Down
2 changes: 1 addition & 1 deletion tests/workflows/protocols/test_pdos/test_default.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
clean_workdir: true
clean_workdir: false
dos:
code: test.quantumespresso.dos@localhost
metadata:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
clean_workdir: true
clean_workdir: false
kpoints:
- - 2
- 2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
abs_atom_marker: Si
clean_workdir: true
clean_workdir: false
core_wfc_data: '# number of core states 3 = 1 0; 2 0;

6.51344e-05 6.615743462459999e-3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
abs_atom_marker: Si
clean_workdir: true
clean_workdir: false
core:
abs_atom_marker: Si
get_powder_spectrum: true
scf:
clean_workdir: true
clean_workdir: false
kpoints_distance: 0.15
kpoints_force_parity: false
pw:
Expand Down