Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanwsr committed Jun 28, 2021
1 parent 5226155 commit c0476c8
Show file tree
Hide file tree
Showing 4 changed files with 377 additions and 774 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@

version 0.1.1 (Jun 27, 2021)
--------------------------
* dump active orbital composition
version 0.1 (Jun 27, 2021)
--------------------------
* UHF -> UNO -> CASSCF
Expand Down
2 changes: 2 additions & 0 deletions autocas.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ def get_uno(mf, st='st2'):
print('nacto, nacta, nactb: %d %d %d' % (nacto, nacta, nactb))
mf = mf.to_rhf()
mf.mo_coeff = unos
print('UNO in active space')
dump_mat.dump_mo(mol, unos[:,ndb:ndb+nacto], ncol=10)
return mf, unos, noon, nacto, (nacta, nactb), ndb, nex

def check_uno(noon, thresh=1.98):
Expand Down
Loading

0 comments on commit c0476c8

Please sign in to comment.