-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
70 lines (62 loc) · 1.69 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
version 0.3.0-rc9 (Nov 16, 2022)
--------------------------
* GitHub Actions for auto-release and pypi upload
version 0.3.0-rc1 (Nov 16, 2022)
--------------------------
Features
* allow mixing HOMO-n and LUMO+m, and mixing multiple pairs of orbitals
* add unothresh in autocas
* add rmdegen in from_frag
* allow GHF in check_stab
Improvements
* improve api of mix, from_frag, etc.
Fix
* fix bug in act_user
* resolve bse dependency
version 0.3.0a (Jun 22, 2022)
--------------------------
* GVB interface to pyNOF
* new strategies:
+ UNO -> PM LMO -> assoc. rot. -> GVB -> CASSCF
+ RHF -> proj. -> PM LMO -> pairing -> GVB -> CASSCF
+ NO -> CASSCF
* allow do pm with pyscf
* allow level_shift in mix
* add chemcore
* add flipspin guess
* improve efficiency of cidump
* upload to pypi
version 0.2.2 (Feb 24, 2022)
--------------------------
* allow symmetry in autocas
* allow reading natural orbital with from_fch_noiter
* allow user-defined thresh in get_uno
version 0.2.1 (Jan 26, 2022)
--------------------------
* allow SOSCF in check_stab
* support for RHF/RKS, ROHF/ROKS in check_stab
* support for UKS in from_fch_simp
* allow newton in mix; allow chg != 0 in frag
* fix bug in cidump
version 0.2.0 (Aug 29, 2021)
--------------------------
* move everything to pyAutoMR.automr
* UHF -> SUHF -> CASSCF
* from_frag_tight for trying multiple frag guesses
* sort MO
* mix_tight
* cidump supports state_average_
version 0.1.1 (Jul 9, 2021)
--------------------------
* dump active orbital composition
* CASSCF -> MC-PDFT
version 0.1 (Jun 27, 2021)
--------------------------
* UHF -> UNO -> CASSCF
* RHF -> PM LMO -> CASSCF
* guess for UHF
+ mix
+ fragment
+ from_fch
* UHF stability
* dump CASCI coefficients