Skip to content

Commit

Permalink
Update models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinSchiltz committed Apr 2, 2021
1 parent ec390dd commit 2b8bc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mudslide/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ class LinearVibronic(DiabaticModel_):
ndim_: int = 5
nstates_ : int = 2
def __init__(self, representation: str = "adiabatic", reference: Any = None,
mass: float = [16436.88451, 9084.611578, 6742.563349, 4475.865431, 3475.98736],
mass: float = [243.6078782, 134.6412667, 99.93022402, 66.33593369, 3475.98736],
E1: float = 8.5037/27.211386245988,
E2: float = 9.4523/27.211386245988,
lamb: float = 0.3289,
Expand Down

0 comments on commit 2b8bc90

Please sign in to comment.