Skip to content

Commit f53b505

Browse files
Fix bug
1 parent c407721 commit f53b505

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/Relax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ def relax(self, restart_from_ens = False, get_stress = False,
392392
def vc_relax(self, target_press = 0, static_bulk_modulus = 100,
393393
restart_from_ens = False,
394394
ensemble_loc = None, start_pop = None, stress_numerical = False,
395-
cell_relax_algorithm = "sd", fix_volume = False, sobol_scramble = False, sobol_scatter = self.sobol_scatter):
395+
cell_relax_algorithm = "sd", fix_volume = False, sobol = self.sobol, sobol_scramble = False, sobol_scatter = self.sobol_scatter):
396396
"""
397397
VARIABLE CELL RELAX
398398
====================

0 commit comments

Comments
 (0)