From 78657503a7e7b703bb6d984b339f70de56e3f7b9 Mon Sep 17 00:00:00 2001 From: Christoph Klein Date: Thu, 22 Jan 2026 08:33:50 -0800 Subject: [PATCH] Revert "Report GROMACS Per. Imp. Dih. energy contribution" --- intermol/gromacs/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/intermol/gromacs/__init__.py b/intermol/gromacs/__init__.py index c90a1322..5525a069 100644 --- a/intermol/gromacs/__init__.py +++ b/intermol/gromacs/__init__.py @@ -26,7 +26,6 @@ 'Proper Dih.': ['dihedral', 'proper'], 'Ryckaert-Bell.': ['dihedral', 'proper'], 'Improper Dih.': ['dihedral', 'improper'], - 'Per. Imp. Dih.': ['dihedral', 'improper'], 'CMAP': ['dihedral','cmap'], 'LJ (SR)': ['vdw total', 'vdw (SR)'], 'LJ-14': ['vdw total','vdw-14'],