Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Ionic Derivatives of LCAO-type SPO's for SoA #1559

Merged
merged 15 commits into from
Apr 23, 2019
Merged
Prev Previous commit
Next Next commit
Output tweak
  • Loading branch information
rcclay committed Apr 19, 2019
commit 1090857a7292d1285aeff56610ed6e0bf264b54e
3 changes: 3 additions & 0 deletions src/QMCWaveFunctions/tests/gen_mo.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ def gen_HCN_force():

Natom=ionpos.shape[0];
norb=7

print ' // Generated from gen_mo.py for position %s'%str(pos)

for iat in xrange(0,Natom):
for idim in xrange(0,3):
ionpos_p=np.array(ionpos)
Expand Down