TorchProteinLibrary
TorchProteinLibrary copied to clipboard
Documentation: angle numbering is wrong
In https://lupoglaz.github.io/TorchProteinLibrary/fullatommodel.html#Angles2Coords, the line angles.data[:,3,:] = np.pi should read angles.data[:,2,:] = np.pi.
Sorry, probably dev branch documentation leaked into the main branch. I'll fix it soon.