Files
openfe/news/analysis-septop.rst
Irfan Alibay c81d27cf0d Add Analysis unit for Septop (#1937)
* Add an Analysis unit to SepTopProtocol.
* Update PDB writing via MDTraj in AFE and SepTop Protocols to account for box dimensions with mdtraj_from_openmm utility.
* Split up some SepTop tests into different files.
* Updated the CLI gathering to account for post openfe v1.11 Analysis units

---------

Co-authored-by: Hannah Baumann <43765638+hannahbaumann@users.noreply.github.com>
2026-04-24 10:00:06 +01:00

28 lines
449 B
ReStructuredText

**Added:**
* <news item>
**Changed:**
* The SepTopProtocol now has a dedicated Analysis unit.
At the top level API, this does not change behaviour, but
if you are directly interfacing with the ProtocolUnits, you
will have to account for this change. The SepTopProtocolResult now
solely uses the Analysis units. PR #1937
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* <news item>
**Security:**
* <news item>