You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to modify tutorial 4a_Grids to have the molecular orbitals of my own DFT/SCF calculations on a cartesian grid.
The program crashes if one adapts the tutorial to work with molecules of different symmetry groups.
Steps to reproduce:
Change the symmetry group in the Tutorial file to c2
Fix Ca_np by defining it as Ca_np = np.array( wfn.Ca().to_array(dense=True))
(line 69 in the provided python file)
The crash seems to occur in line points_func.compute_points(i_block)
(line 74 in the provided python file)
Hi ya'll,
I am trying to modify tutorial 4a_Grids to have the molecular orbitals of my own DFT/SCF calculations on a cartesian grid.
The program crashes if one adapts the tutorial to work with molecules of different symmetry groups.
Steps to reproduce:
Change the symmetry group in the Tutorial file to c2
Fix Ca_np by defining it as
Ca_np = np.array( wfn.Ca().to_array(dense=True))
(line 69 in the provided python file)
The crash seems to occur in line
points_func.compute_points(i_block)
(line 74 in the provided python file)
Python output:
c2_test_orb.py.txt
psi4.log
Do you know what causes this or how I could fix it?
Thank you for creating such a great program!
Update: This is absolutely not urgent since the points_func.compute_points() function is working if I just calculate everything in C1 symmetry.
The text was updated successfully, but these errors were encountered: