Skip to content

Commit

Permalink
Fix RDFProtonDescriptor_GDR
Browse files Browse the repository at this point in the history
  • Loading branch information
k-ujihara committed May 5, 2017
1 parent 50a6127 commit a22d04f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -434,7 +434,7 @@ && getIfBondIsNotRotatable(mol,
aA.set(goodAtom1.getPoint3d().x, goodAtom1.getPoint3d().y, goodAtom1.getPoint3d().z);
aB.set(goodAtom0.getPoint3d().x, goodAtom0.getPoint3d().y, goodAtom0.getPoint3d().z);
}
bB.set(middlePoint.x, middlePoint.y, middlePoint.z);
bA.set(middlePoint.x, middlePoint.y, middlePoint.z);
bB.set(atom.getPoint3d().x, atom.getPoint3d().y, atom.getPoint3d().z);
angle = calculateAngleBetweenTwoLines(aA, aB, bA, bB);
partial = ((1 / (Math.pow(values[0], 2))) * Math.exp(smooth * (Math.pow((ghd - angle), 2))));
Expand Down

0 comments on commit a22d04f

Please sign in to comment.