You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dihedral analysis script will be build using EnsembleAnalysis to get the dihedrals for given atom groups. My plan is for it to take an EnsembleAtomGroup with four atoms selected from each system, then return the dihedrals in a DataFrame
Implement DihdralAnalysis class with EnsembleAnalysis
Develop tests
The text was updated successfully, but these errors were encountered:
@orbeckst the fix to EnsembleAtomGroup.ensemble() is up on PR #192, with that I'll be less concerned about passing a list of EnsembleAtomGroups into DihedralAnalysis. Do you want the analysis modules to be added via individual PRs.
Yes, make each analysis module a separate PR with a separate issue as this keeps discussion focused. It also helps if one thing turns out to be more complicated than others, then that won't hold up the others.
MDPOW.analysis.dihedral
The dihedral analysis script will be build using
EnsembleAnalysis
to get the dihedrals for given atom groups. My plan is for it to take anEnsembleAtomGroup
with four atoms selected from each system, then return the dihedrals in a DataFrameDihdralAnalysis
class with EnsembleAnalysisThe text was updated successfully, but these errors were encountered: