ManasSharma07 commited on
Commit
3836289
·
verified ·
1 Parent(s): 670dfa9

Update src/pages/Molecular_Integrals.py

Browse files
Files changed (1) hide show
  1. src/pages/Molecular_Integrals.py +1 -0
src/pages/Molecular_Integrals.py CHANGED
@@ -12,6 +12,7 @@ import pandas as pd
12
  import plotly.graph_objects as go
13
  import plotly.express as px
14
  from plotly.subplots import make_subplots
 
15
 
16
  @st.cache_data
17
  def load_4c2e_eri(_basis):
 
12
  import plotly.graph_objects as go
13
  import plotly.express as px
14
  from plotly.subplots import make_subplots
15
+ import pyfock
16
 
17
  @st.cache_data
18
  def load_4c2e_eri(_basis):