From 39d88a6912b3d16244d52f60c43920c5fc6dd663 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Thu, 11 Jul 2024 00:21:42 -0400 Subject: [PATCH] docs: add deprecation notice xref: https://github.com/deepmodeling/deepmd-kit/discussions/3915 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8e6cac43..6079ef41 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +> [!CAUTION] +> **This repository has been deprecated.** +> The whole repository has been migrated to [DeePMD-kit](https://github.com/deepmodeling/deepmd-kit) and released in [DeePMD-kit v3.0.0a0](https://github.com/deepmodeling/deepmd-kit/releases/tag/v3.0.0a0). + This repository is written by Hang'rui Bi based on Shaochen Shi's implementation of DeePMD-kit using PyTorch. It is supposed to offer comparable accuracy and performance to the TF implementation.