Skip to content

Commit

Permalink
Remove junk from target
Browse files Browse the repository at this point in the history
  • Loading branch information
gwm17 committed Jun 14, 2024
1 parent 6bc8be0 commit bfdfad1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/spyral_utils/nuclear/target.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,15 +458,6 @@ def get_range(

return catima.calculate(projectile, self.material).get_dict()["range"]

def get_number_density(self) -> float:
"""Get the number density of gas molecules
Returns
-------
Number density of gas molecules in molecules/cm^3
"""
return self.material.number_density()


def load_target(
target_path: Path, nuclear_map: NuclearDataMap
Expand Down

0 comments on commit bfdfad1

Please sign in to comment.