From 49c51934ad17b7e3129f8db6d8fe4f02f379d8e7 Mon Sep 17 00:00:00 2001 From: kenko911 Date: Sun, 5 May 2024 18:27:10 -0700 Subject: [PATCH] update model versioning for Potential class --- src/matgl/apps/pes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/matgl/apps/pes.py b/src/matgl/apps/pes.py index e9db0f9b..2bd4238a 100644 --- a/src/matgl/apps/pes.py +++ b/src/matgl/apps/pes.py @@ -20,7 +20,7 @@ class Potential(nn.Module, IOMixIn): """A class representing an interatomic potential.""" - __version__ = 2 + __version__ = 3 def __init__( self,