Skip to content
Snippets Groups Projects
Commit 4482eaab authored by cmaffeo2's avatar cmaffeo2
Browse files

Fixed incorrect name of Leucine from LUE to LEU

parent 9635a94e
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ _types = dict(
sigma = 6.18,
lambda_ = 0.972973,
),
L = ParticleType("LUE",
L = ParticleType("LEU",
mass = 113.2,
charge = 0,
sigma = 6.18,
......
......@@ -63,7 +63,7 @@ _types = dict(
charge = 0,
sigma = 6.18,
),
L = ParticleType("LUE",
L = ParticleType("LEU",
mass = 113.2,
charge = 0,
sigma = 6.18,
......
......@@ -66,7 +66,7 @@ _types = dict(
charge = 0,
epsilon = 0.98,
),
L = ParticleType("LUE",
L = ParticleType("LEU",
mass = 120,
charge = 0,
epsilon = 1.0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment