Skip to content

Commit 2b4fc66

Browse files
committed
Update qm_xn_lib_calculator.py
added missing import
1 parent e9482c6 commit 2b4fc66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/calculators/qm_xn_lib_calculator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
import itertools
1313
import numpy as np
1414
import pandas as pd
15+
import os
1516

1617

1718
class QMXNLibCalculator(QMCalculator):

0 commit comments

Comments
 (0)