Path D - Module 33: Ensemble Descriptors (Global Metrics)#

Monitor the Area per Lipid and the thickness of the membrane. In this module, you will learn to use ensemble descriptors to analyze bilayer stability.

import molsysmt as msm
from molsysmt import systems
system = [systems['POPC membrane']['popc_membrane.h5msm'], systems['POPC membrane']['popc_membrane.dcd']]
box_volume = msm.get(system, element='system', box_volume=True)