--- 
tau: [1,2,3,4,5]
projectinfo: !Project ~/Desktop/msmb_tutorial/ProjectInfo.h5
---
- type: !metric RMSD
  init_kwargs:
      atomindices: !array AtomIndices.dat, int
  output_fn: rmsd.h5
  
- type: !metric Dihedral
  init_kwargs:
      angles: phi
      metric: euclidean
  output_fn: euclidean_dihedral.h5
  
- type: !metric Dihedral
  init_kwargs:
      angles: phi
      metric: minkowski
      p: 3
  output_fn: 3norm_dihedral.h5
  
- type: !metric Dihedral
  init_kwargs:
      angles: phi
      metric: cityblock
  output_fn: cityblock_dihedral.h5
  
- type: !metric BooleanContact
  init_kwargs:
      contacts: all
      cutoff: 0.5
      scheme: closest-heavy
      metric: matching
  output_fn: contact.h5