From 70a3fef8f5027690b14d9a157364ff4837c42f52 Mon Sep 17 00:00:00 2001 From: Tauriello Gerardo <gerardo.tauriello@unibas.ch> Date: Fri, 11 Dec 2020 17:55:29 +0100 Subject: [PATCH] Clarify that it's to keep ICS up-to-date and not lazy eval. --- modules/mol/base/doc/editors.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/mol/base/doc/editors.rst b/modules/mol/base/doc/editors.rst index fcb6c3026..b0752ff52 100644 --- a/modules/mol/base/doc/editors.rst +++ b/modules/mol/base/doc/editors.rst @@ -496,8 +496,9 @@ using an :class:`ICSEditor` is undefined and vice versa. The :class:`ICSEditor` has a very significant performance impact on the structure, and can make subsequent access or modifications on the entity - extremely slow due to lazy evaluation. The :class:`ICSEditor` is never used - in SWISS-MODEL, ProMod3 or CAMEO. Only open one if you absolutely need to. + extremely slow to keep the internal coordinate system up-to-date. The + :class:`ICSEditor` is never used in SWISS-MODEL, ProMod3 or CAMEO. Only + open one if you absolutely need to. .. class:: ICSEditor -- GitLab