Skip to content

Commit

Permalink
Remove debugging print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
jank324 committed Sep 12, 2023
1 parent ede5149 commit a87bbd6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cheetah/accelerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -990,8 +990,6 @@ def _cavity_rmatrix(self, energy: float) -> torch.Tensor:
r66 = Ei / Ef * beta0 / beta1
r65 = k * torch.sin(phi) * self.voltage / (Ef * beta1 * electron_mass_eV)

print(f"{r12 = }")

R = torch.tensor(
[
[r11, r12, 0, 0, 0, 0, 0],
Expand Down

0 comments on commit a87bbd6

Please sign in to comment.