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
Copy file name to clipboardExpand all lines: Project#01/README.md
+10-10
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ After downloading the file to your computer (to a file called “geom.dat”, fo
27
27
## Step 2: Bond Lengths
28
28
Calculate the interatomic distances using the expression:
29
29
30
-

30
+
<imgsrc="./figures/distances.png"width="400">
31
31
32
32
where x, y, and z are Cartesian coordinates and i and j denote atomic indices.
33
33
@@ -40,11 +40,11 @@ where x, y, and z are Cartesian coordinates and i and j denote atomic indices.
40
40
## Step 3: Bond Angles
41
41
Calculate all possible bond angles. For example, the angle, φ<sub>ijk</sub>, between atoms i-j-k, where j is the central atom is given by:
42
42
43
-

43
+
<imgsrc="./figures/bond-angle.png"width="150">
44
44
45
45
where the e⃗<sub>ij</sub> are unit vectors between the atoms, e.g.,
46
46
47
-

47
+
<imgsrc="./figures/unit-vectors.png"width="600">
48
48
49
49
-[Hint 1](./hints/hint3-1.md): Memory allocation for the unit vectors
50
50
-[Hint 2](./hints/hint3-2.md): Avoiding a divide-by-zero
@@ -56,7 +56,7 @@ where the e⃗<sub>ij</sub> are unit vectors between the atoms, e.g.,
56
56
## Step 4: Out-of-Plane Angles
57
57
Calculate all possible out-of-plane angles. For example, the angle θ<sub>ijkl</sub> for atom i out of the plane containing atoms j-k-l (with k as the central atom, connected to i) is given by:
58
58
59
-

59
+
<imgsrc="./figures/oop-angle.png"width="200">
60
60
61
61
-[Hint 1](./hints/hint4-1.md): Memory allocation?
62
62
-[Hint 2](./hints/hint4-2.md): Cross products
@@ -67,7 +67,7 @@ Calculate all possible out-of-plane angles. For example, the angle θ<sub>i
67
67
## Step 5: Torsion/Dihedral Angles
68
68
Calculate all possible torsional angles. For example, the torsional angle τ<sub>ijkl</sub> for the atom connectivity i-j-k-l is given by:
0 commit comments