File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1- PySCF-Forge 1.0.2 (2024-11-11 )
1+ PySCF-Forge 1.0.2 (2024-12-04 )
22------------------------------
33* New features
44 - Parity Violating contributions to energy
5+ - Particle-particle random phase approximation (ppRPA)
6+ - New libxc interface that allows the modification to XC functional parameters
7+ - Multi-configuration density-coherence functional methods
8+ * Improvments
9+ - The ECP section in the TREXIO interface.
10+ - The treatments of contracted basis functions in the TREXIO interface.
11+ - TREXIO converter for PBC systems at Gamma point.
12+ - Users can register determinant into trexio format.
513
614
715PySCF-Forge 1.0.1 (2024-10-31)
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515#
16+
17+ '''
18+ Multiconfiguration Density-Coherence Functional Theory
19+
20+ Reference:
21+ [1] Multiconfiguration Density-Coherence Functional Theory
22+ Dayou Zhang, Matthew R. Hermes, Laura Gagliardi and Donald G. Truhlar
23+ J. Chem. Theory and Comput. 2021 17 (5), 2775-2782
24+ DOI: 10.1021/acs.jctc.0c01346
25+ [2] DC24: A new density coherence functional for multiconfiguration
26+ density-coherence functional theory.
27+ Dayou Zhang, Yinan Shu and Donald G. Truhlar
28+ J. Comput. Chem. 2024.
29+ DOI: 10.1002/jcc.27522
30+ '''
31+
1632from pyscf .lib import logger
1733from pyscf import dft , lib
1834from pyscf .dft2 import libxc
Original file line number Diff line number Diff line change 2020SO_EXTENSIONS = {
2121}
2222DEPENDENCIES = ['pyscf' , 'numpy' ]
23- VERSION = '1.0.1 '
23+ VERSION = '1.0.2 '
2424
2525#######################################################################
2626# Unless not working, nothing below needs to be changed.
You can’t perform that action at this time.
0 commit comments