From ba41f89449f63d4aa024e4af8f3c00c032e07109 Mon Sep 17 00:00:00 2001 From: BowenD-UCB <84425382+BowenD-UCB@users.noreply.github.com> Date: Fri, 3 Nov 2023 18:04:54 -0700 Subject: [PATCH] Added link to video tutorial --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a447ac6f..00b0bd14 100755 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ CHGNet highlights its ability to study electron interactions and charge distribu in atomistic modeling with near DFT accuracy. The charge inference is realized by regularizing the atom features with DFT magnetic moments, which carry rich information about both local ionic environments and charge distribution. -Pretrained CHGNet achieves SOTA performance on materials stability prediction from unrelaxed structures according to [Matbench Discovery](https://matbench-discovery.materialsproject.org) [[repo](https://github.com/janosh/matbench-discovery)]. +Pretrained CHGNet achieves leading performance on materials stability prediction from unrelaxed structures according to [Matbench Discovery](https://matbench-discovery.materialsproject.org) [[repo](https://github.com/janosh/matbench-discovery)]. @@ -50,9 +50,9 @@ if PyPI installation fails or you need the latest `main` branch commits, you can pip install git+https://github.com/CederGroupHub/chgnet ``` -## Docs +## Tutorials and Docs -View [API docs](https://cedergrouphub.github.io/chgnet/api). +See [Video Tutorial](https://www.youtube.com/watch?v=tZAdMwsRUaQ) and [API docs](https://cedergrouphub.github.io/chgnet/api). ## Usage