Skip to content

Commit

Permalink
Added basis-set name to output printing.
Browse files Browse the repository at this point in the history
  • Loading branch information
lothian committed May 19, 2024
1 parent ecf154c commit 8fd23ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions magpy/normal.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def normal(molecule, method='HF', r_disp=0.001, f_disp=0.0001, b_disp=0.0001, **
print("IR and VCD Spectra Computation")
print("==============================")
print(f" Method = {method:s}")
print(f" Basis Set = {psi4.core.BasisSet.build(molecule).name():s}")
print(f" parallel = {parallel}")
if parallel is True:
print(f" num_procs = {num_procs:d}")
Expand Down

0 comments on commit 8fd23ab

Please sign in to comment.