Skip to content

Commit

Permalink
Removed creation of files that were never used or deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomDefaultUser committed Oct 28, 2024
1 parent 4c21990 commit 3713e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mala/targets/density.py
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@ def __setup_total_energy_module(
qe_input_data=None,
qe_pseudopotentials=None,
):
if create_file:
if create_file and Density.te_mutex is False:
# If not otherwise specified, use values as read in.
if qe_input_data is None:
qe_input_data = self.qe_input_data
Expand Down

0 comments on commit 3713e6e

Please sign in to comment.