Skip to content

Commit

Permalink
remove a stray comment in the subch nets (#1661)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale authored Nov 25, 2024
1 parent b876726 commit abec47a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions networks/subch_base/subch_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ def doit():
net.make_ap_pg_approx(intermediate_nuclei=["cl35", "k39", "sc43", "v47", "mn51", "co55"])
net.remove_nuclei(["cl35", "k39", "sc43", "v47", "mn51", "co55"])

# finally, the aprox nets don't include the reverse rates for
# C12+C12, C12+O16, and O16+O16, so remove those

print(f"number of nuclei: {len(net.unique_nuclei)}")
print(f"number of rates: {len(net.rates)}")

Expand Down
3 changes: 0 additions & 3 deletions networks/subch_simple/subch_simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ def doit():
net.make_ap_pg_approx(intermediate_nuclei=["cl35", "k39", "sc43", "v47", "mn51", "co55"])
net.remove_nuclei(["cl35", "k39", "sc43", "v47", "mn51", "co55"])

# finally, the aprox nets don't include the reverse rates for
# C12+C12, C12+O16, and O16+O16, so remove those

print(f"number of nuclei: {len(net.unique_nuclei)}")
print(f"number of rates: {len(net.rates)}")

Expand Down

0 comments on commit abec47a

Please sign in to comment.