Skip to content

Commit 7f3b2d2

Browse files
authored
Update README.md
1 parent d353ff4 commit 7f3b2d2

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

README.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,75 +29,104 @@ Machine Learning for Molecular Orbital Theory, they offer analytic gradient.
2929

3030
- [DM21](https://github.com/deepmind/deepmind-research/tree/master/density_functional_approximation_dm21)
3131
Pushing the Frontiers of Density Functionals by Solving the Fractional Electron Problem.
32+
3233
- [NN-GGA, NN-NRA, NN-meta-GGA, NN-LSDA](https://github.com/ml-electron-project/NNfunctional)
3334
Completing density functional theory by machine-learning hidden messages from molecules.
35+
3436
- [FemiNet](https://github.com/deepmind/ferminet)
3537
FermiNet is a neural network for learning highly accurate ground state wavefunctions of atoms and molecules using a variational Monte Carlo approach.
38+
3639
- [PauliNet](https://www.nature.com/articles/s41557-020-0544-y#Bib1)
3740
PauliNet builds upon HF or CASSCF orbitals as a physically meaningful baseline and takes a neural network approach to the SJB wavefunction in order tocorrect this baseline towards a high-accuracy solution.
41+
3842
- [DeePErwin](https://github.com/mdsunivie/deeperwin)
3943
DeepErwin is python package that implements and optimizes wave function models for numerical solutions to the multi-electron Schrödinger equation.
44+
4045
- [Jax-DFT](https://github.com/google-research/google-research/tree/master/jax_dft)
4146
JAX-DFT implements one-dimensional density functional theory (DFT) in JAX. It uses powerful JAX primitives to enable JIT compilation, automatical differentiation, and high-performance computation on GPUs.
4247
- [sns-mp2](https://github.com/DEShawResearch/sns-mp2)
4348
Improving the accuracy of Moller-Plesset perturbation theory with neural networks
49+
4450
- [DeepH-pack](https://github.com/mzjb/DeepH-pack)
45-
Deep neural networks for density functional theory Hamiltonian.
51+
<br>Deep neural networks for density functional theory Hamiltonian.
52+
4653
-[DeepH-E3](https://github.com/Xiaoxun-Gong/DeepH-E3)
47-
General framework for E(3)-equivariant neural network representation of density functional theory Hamiltonian
54+
<br>General framework for E(3)-equivariant neural network representation of density functional theory Hamiltonian
55+
4856
- [kdft](https://gitlab.com/jmargraf/kdf)
4957
The Kernel Density Functional (KDF) code allows generating ML-based DFT functionals.
58+
5059
- [ML-DFT](https://github.com/MihailBogojeski/ml-dft)
5160
ML-DFT: Machine learning for density functional approximations This repository contains the implementation for the kernel ridge regression based density functional approximation method described in the paper "Quantum chemical accuracy from density functional approximations via machine learning".
61+
5262
- [D4FT](https://github.com/sail-sg/d4ft)
5363
this work proposed a deep-learning approach to KS-DFT. First, in contrast to the conventional SCF loop, directly minimizing the total energy by reparameterizing the orthogonal constraint as a feed-forward computation. They prove that such an approach has the same expressivity as the SCF method yet reduces the computational complexity from O(N^4) to O(N^3)
64+
5465
- [SchOrb](https://github.com/atomistic-machine-learning/SchNOrb)
5566
Unifying machine learning and quantum chemistry with a deep neural network for molecular wavefunctions
67+
5668
<!-- markdown-link-check-disable-next-line -->
5769
- [CiderPress](https://github.com/mir-group/CiderPress)
5870
Tools for training and evaluating CIDER functionals for use in Density Functional Theory calculations.
71+
5972
<!-- markdown-link-check-disable-next-line -->
6073
- [ML-RPA](https://pubs.acs.org/doi/10.1021/acs.jctc.3c00848)
6174
This work demonstrates how machine learning can extend the applicability of the RPA to larger system sizes, time scales, and chemical spaces.
75+
6276
<!-- markdown-link-check-disable-next-line -->
6377
- [ΔOF-MLFF](https://pubs.aip.org/aip/jcp/article/159/24/244106/2931521/Kohn-Sham-accuracy-from-orbital-free-density)
6478
a Δ-machine learning model for obtaining Kohn–Sham accuracy from orbital-free density functional theory (DFT) calculations
79+
6580
<!-- markdown-link-check-disable-next-line -->
6681
- [PairNet](https://doi.org/10.26434/chemrxiv-2023-n1skn)
6782
A molecular orbital based machine learning model for predicting accurate CCSD(T) correlation energies. The model, named as PairNet, shows excellent transferability on several public data sets using features inspired by pair natural orbitals(PNOs).
6883

6984
- [SPAHM(a,b)](https://github.com/lcmd-epfl/SPAHM-RHO)
7085
SPAHM(a,b): encoding the density information from guess Hamiltonian in quantum machine learning representations
86+
7187
- [GradDFT](https://github.com/XanaduAI/GradDFT)
7288
GradDFT is a JAX-based library enabling the differentiable design and experimentation of exchange-correlation functionals using machine learning techniques.
89+
7390
- [lapnet](https://github.com/bytedance/LapNet)
7491
A JAX implementation of the algorithm and calculations described in Forward Laplacian: A New Computational Framework for Neural Network-based Variational Monte Carlo.
92+
7593
- [M-OFDFT](https://zenodo.org/records/10616893)
7694
M-OFDFT is a deep-learning implementation of orbital-free density functional theory that achieves DFT-level accuracy on molecular systems but with lower cost complexity, and can extrapolate to much larger molecules than those seen during training
95+
7796
- [ACE-Kohn-Sham DM](https://arxiv.org/pdf/2503.08400)
7897
<br>we present a parameterized representation for learning the mapping from a molecular configuration to its corresponding density matrix using the Atomic Cluster Expansion (ACE) framework, which preserves the physical symmetries of the mapping, including isometric equivariance and Grassmannianity.
7998

8099
<!-- markdown-link-check-disable-next-line -->
81100
- [ANN for Schrodinger](https://doi.org/10.26434/chemrxiv-2024-2qw5x)
82101
Artificial neural networks (NN) are universal function approximators and have shown great ability in computing the ground state energy of the electronic Schrödinger equation, yet NN has not established itself as a practical and accurate approach to solving the vibrational Schrödinger equation for realistic polyatomic molecules to obtain vibrational energies and wave functions for the excited states
102+
83103
- [equivariant_electron_density](https://github.com/JoshRackers/equivariant_electron_density)
84104
Generate and predict molecular electron densities with Euclidean Neural Networks
105+
85106
- [DeePDFT](https://github.com/peterbjorgensen/DeepDFT)
86107
This is the official Implementation of the DeepDFT model for charge density prediction.
108+
87109
- [DFA_recommeder](https://github.com/hjkgrp/dfa_recommender)
88110
System-specific density functional recommender
111+
89112
- [EG-XC](https://arxiv.org/pdf/2410.07972v1)
90113
The accuracy of density functional theory hinges on the approximation of nonlocal contributions to the exchange-correlation (XC) functional. To date, machine-learned and human-designed approximations suffer from insufficient accuracy, limited scalability, or dependence on costly reference data. To address these issues, we introduce Equivariant Graph Exchange Correlation (EG-XC), a novel non-local XC functional based on equivariant graph neural network
114+
91115
- [scdp](https://github.com/kyonofx/scdp)
92116
Machine learning methods are promising in significantly accelerating charge density prediction, yet existing approaches either lack accuracy or scalability. They propose a recipe that can achieve both. In particular, they identify three key ingredients: (1) representing the charge density with atomic and virtual orbitals (spherical fields centered at atom/virtual coordinates); (2) using expressive and learnable orbital basis sets (basis function for the spherical fields); and (3) using high-capacity equivariant neural network architecture
117+
93118
- [physics-informed-DFT](https://github.com/TheorChemGroup/physics-informed-DFT)
94119
We have developed an approach for physics-informed training of flexible empirical density functionals. In this approach, the “physics knowledge” is transferred from PBE, or any other exact-constraints-based functional, using local exchange−correlation energy density regularization, i.e., by adding its local energies into the training set
120+
95121
- [SchrodingerNet](https://github.com/zhangylch/SchrodingerNet)
96122
SchrödingerNet offers a novel approach to solving the full electronic-nuclear Schrödinger equation (SE) by defining a custom loss function designed to equalize local energies throughout the system.
123+
97124
- [qmlearn](https://gitlab.com/pavanello-research-group/qmlearn)
98125
Quantum Machine Learning by learning one-body reduced density matrices in the AO basis.
126+
99127
- [Multi-task-electronic](https://github.com/htang113/Multi-task-electronic)
100128
This package provides a python realization of the multi-task EGNN (equivariant graph neural network) for molecular electronic structure described in the paper "Multi-task learning for molecular electronic structure approaching coupled-cluster accuracy".
129+
101130
- [aPBE0](https://github.com/dkhan42/aPBE0)
102131
We propose adaptive hybrid functionals, generating optimal exact exchange admixture ratios on the fly using data- efficient quantum machine learning models with negligible overhead. The adaptive Perdew-Burke-Ernzerhof hybrid density functional (aPBE0) improves energetics, electron densities, and HOMO- LUMO gaps in QM9, QM7b, and GMTKN55 benchmark datasets.
103132

0 commit comments

Comments
 (0)