interdigitation
Lipid tail interdigitation analysis.
func_interdigitation_frame(atomgroup, species_map, bin_width) → dict[str, float]paramatomgroupparamspecies_mapparambin_widthReturns
dict[str, float]funcinterdigitation(simulation, *, last_ns=300.0, stride=1, bin_width=0.5, backend='multiprocessing', n_workers=4) → pd.DataFrameCompute interdigitation index and penetration depths per frame.
paramsimulationSimulationSimulation instance with universe and build input.
paramlast_nsfloat | None= 300.0Analyze the last N ns of the trajectory. Use None for full trajectory.
paramstrideint= 1Frame stride.
parambin_widthfloat= 0.5Bin width for density profiles in Angstrom.
parambackendstr= 'multiprocessing'MDAnalysis backend for parallel execution.
paramn_workersint= 4Number of workers for parallel execution.
Returns
pandas.DataFrameTime series with interdigitation index and per-species penetration depths.
