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 1, 2021
1 parent aa86d0d commit da05e4f
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 = [8.952551477, 4.948045522, 3.672420125, 2.437835202, 0.4675534809],
mass: float = [8.952551477, 4.948045522, 3.672420125, 2.437835202, 46.02139083],
E1: float = 8.5037/27.211386245988,
E2: float = 9.4523/27.211386245988,
lamb: float = 0.3289,
Expand Down

0 comments on commit da05e4f

Please sign in to comment.