Skip to content

Commit d26c9c3

Browse files
authored
Add files via upload
1 parent 857e4b0 commit d26c9c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

multioptpy/optimization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2310,7 +2310,7 @@ def _perform_vibrational_analysis(
23102310
tmp_hess += BPA_hessian
23112311

23122312
MV = MolecularVibrations(
2313-
atoms=element_list, coordinates=geom_num_list, hessian=tmp_hess
2313+
atoms=element_list, coordinates=geom_num_list, hessian=tmp_hess, skip_judge_symm=self.config.no_symmetry_analyzer
23142314
)
23152315
thermo_results = MV.calculate_thermochemistry(
23162316
e_tot=B_e,

0 commit comments

Comments
 (0)