This document aims to track all the notable changes to the FFEA project.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
-
Performance significantly improved for the PyMOL plugin.
-
New short range potential introduced, see [General Soft Potential](\ref gPotential).
-
ChangeLog introduced.
-
Keyword
calc_vdw
has been changed tocalc_ssint
, the new name reflecting that they are surface-surface interactions. -
Keyword
calc_steric
was introduced, to make possible the combination of surface-surface interactions with steric interactions, without constantly extending the entries for keywordssint_type
.
- Using
vdw
instead ofssint
in keywords is deprecated. This way,calc_vdw
should becalc_ssint
,vdw_type
should bessint_type
,vdw_in_fname
should bessint_in_fname
, et cetera.