From 8db99ca748c26162bfe1955cb3dac930d5d6e55e Mon Sep 17 00:00:00 2001 From: "Xiang, Yan" Date: Thu, 16 Nov 2023 13:55:03 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03d33e0..8d1e559 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # ALMS (Active Learning Molecular Simulation) -ALMS is a program designed to generate large-scale molecular property data sets using machine learning and computational chemistry techniques. +ALMS is a program designed to generate large-scale molecular property data sets using machine learning and computational chemistry techniques. [Efficient Exploration of Chemical Compound Space Using Active Learning for Prediction of Thermodynamic Properties of Alkane Molecules](https://pubs.acs.org/doi/full/10.1021/acs.jcim.3c01430). It contains three main parts. - Active Learning ([Gaussian Process Regression, Marginalized Graph Kernel](https://github.com/xiangyan93/Chem-Graph-Kernel-Machine)).