From d6508146aba53c07a13642bddf294d66e7ec6141 Mon Sep 17 00:00:00 2001 From: Nikhil Shenoy Date: Thu, 30 May 2024 18:12:21 +0000 Subject: [PATCH] removed extra comment --- openqdc/datasets/potential/iso_17.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openqdc/datasets/potential/iso_17.py b/openqdc/datasets/potential/iso_17.py index 662fad0..fe6aab5 100644 --- a/openqdc/datasets/potential/iso_17.py +++ b/openqdc/datasets/potential/iso_17.py @@ -40,7 +40,7 @@ class ISO17(BaseDataset): ] __energy_unit__ = "ev" - __distance_unit__ = "ang" # bohr + __distance_unit__ = "ang" __forces_unit__ = "ev/ang" __links__ = {"iso_17.hdf5.gz": "https://zenodo.org/record/3585907/files/216.hdf5.gz"}