for each P atom in a lipid leaflet, I want to select other P atoms within 10 Angstrom. how can I do this using MDAnalysis? I have tried this: local_p_atoms = u.select_atoms('(around 10 name P) and name P') for f in u.trajectory: print(local_p_atoms.names) but it outputs an empty array Thanks

More Ibrahim M. Ibrahim's questions See All
Similar questions and discussions