Skip to content

Commit e0e385a

Browse files
authored
Merge pull request #23 from Eipgen/dev1
add cg
2 parents 7b81bf7 + 61f9a37 commit e0e385a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ a Δ-machine learning model for obtaining Kohn–Sham accuracy from orbital-free
5858
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).
5959
- [SPAHM(a,b)](https://github.com/lcmd-epfl/SPAHM-RHO)
6060
SPAHM(a,b): encoding the density information from guess Hamiltonian in quantum machine learning representations
61-
61+
- [GradDFT](https://github.com/XanaduAI/GradDFT)
62+
GradDFT is a JAX-based library enabling the differentiable design and experimentation of exchange-correlation functionals using machine learning techniques.
6263
## Green Function
6364
- [DeepGreen](https://arxiv.org/abs/2312.14680)
6465
The many-body Green's function provides access to electronic properties beyond density functional theory level in ab inito calculations. It present proof-of-concept benchmark results for both molecules and simple periodic systems, showing that our method is able to provide accurate estimate of physical observables such as energy and density of states based on the predicted Green's function.
@@ -253,6 +254,17 @@ DFTBML provides a systematic way to parameterize the Density Functional-based Ti
253254
<br>Coarse graining for molecular dynamics
254255
- [SchNet-CG](https://arxiv.org/ftp/arxiv/papers/2209/2209.12948.pdf)
255256
We explore the application of SchNet models to obtain a CG potential for liquid benzene, investigating the effect of model architecture and hyperparameters on the thermodynamic, dynamical, and structural properties of the simulated CG systems, reporting and discussing challenges encountered and future directions envisioned.
257+
- [CG-SchNET](https://arxiv.org/pdf/2310.18278.pdf)
258+
By combining recent deep learning methods with a large and diverse training set of all-atom protein simulations, we here develop a bottom-up CG force field with chemical transferability, which can be used for extrapolative
259+
molecular dynamics on new sequences not used during model parametrization.
260+
- [torchmd-protein-thermodynamics](https://github.com/torchmd/torchmd-protein-thermodynamics)
261+
This repository contains code, data and tutarial for reproducing the paper "Machine Learning Coarse-Grained Potentials of Protein Thermodynamics". https://arxiv.org/abs/2212.07492
262+
- [torchmd-exp](https://github.com/compsciencelab/torchmd-exp)
263+
This repository contains a method for training a neural network potential for coarse-grained proteins using unsupervised learning
264+
- [AICG](https://github.com/jasonzzj97/AICG)
265+
Learning coarse-grained force fields for fibrogenesis modeling(https://doi.org/10.1016/j.cpc.2023.108964)
266+
267+
256268

257269
## Enhanced Sampling Method
258270
<!-- markdown-link-check-disable-next-line -->

0 commit comments

Comments
 (0)