Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
DomFijan committed Feb 28, 2025
1 parent 682484c commit ade8cc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module_intros/diffraction.StaticStructureFactor.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@
"x_S = np.sum(particle_types[0] == \"S\") / N_particles\n",
"\n",
"# Normalize the partial S(k) so that it approaches 1.\n",
"S_Ge_Ge_norm = sfGe_Ge.S_k/ (x_Ge**2) + 1 - 1/x_Ge\n",
"S_S_S_norm = sfS_S.S_k / (x_S**2) + 1 - 1/x_S\n",
"S_Ge_Ge_norm = sfGe_Ge.S_k / (x_Ge**2) + 1 - 1 / x_Ge\n",
"S_S_S_norm = sfS_S.S_k / (x_S**2) + 1 - 1 / x_S\n",
"S_Ge_S_norm = sfGe_S.S_k / (x_Ge * x_S) + 1\n",
"\n",
"# Plot the normalized S(k) partials\n",
Expand Down

0 comments on commit ade8cc1

Please sign in to comment.