Hi Baptiste -
You can loop through your loaded objects within a Python code block for this.
This works for me with a different set of related structures:
```
python
dihedral = ['N', 'CA', 'CB', 'CG']
for obj in cmd.get_names():
residue = "/{}//A/288/".format(obj)
angle = cmd.get_dihedr
Dear all,
I wounder to know about possible ways to measure chi1, chi2 dihedral
angles on a set of structures. For example, I opened 10 pdb files and
the phi_psi command allows us to easily obtain the phi and psi values:
Ex: To obtain the phi and psi values of the residue 288 of the chain A
in