From 1372d7cfb0281c5f6f3aae7c741e5a1b4afdbf27 Mon Sep 17 00:00:00 2001 From: YutackPark <111348843+YutackPark@users.noreply.github.com> Date: Thu, 23 Nov 2023 16:47:03 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e8da79c..8a473f74 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The installation and usage of SEVENNet are split into two parts: training (handl ## Known issues -* The stress of parallel version lammps is not supported yet. +* The pressure of parallel version in lammps is not supported yet. (The pressure on lammps log is wrong) * When using parallel MD, if the simulation cell is too small (one of cell dimension < cutoff radius), the calculated force is incorrect. ## Requirements for Training @@ -27,7 +27,7 @@ The installation and usage of SEVENNet are split into two parts: training (handl * [`TorchGeometric`](https://pytorch-geometric.readthedocs.io/en/latest/install/installation.html) * [`pytorch_scatter`](https://github.com/rusty1s/pytorch_scatter) -You can find the installation guides for these packages from the [`PyTorch official`](https://pytorch.org/get-started/locally/), [`TorchGeometric docs`](https://pytorch-geometric.readthedocs.io/en/latest/install/installation.html`) and [`pytorch_scatter`](https://github.com/rusty1s/pytorch_scatter). Remember that these packages have dependencies on your CUDA version. +You can find the installation guides for these packages from the [`PyTorch official`](https://pytorch.org/get-started/locally/), [`TorchGeometric docs`](https://pytorch-geometric.readthedocs.io/en/latest/install/installation.html) and [`pytorch_scatter`](https://github.com/rusty1s/pytorch_scatter). Remember that these packages have dependencies on your CUDA version. ## Installation for Training