Skip to content

Commit

Permalink
Add formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lmantill committed Jan 25, 2024
1 parent f3b4809 commit 836da4a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 6 additions & 2 deletions radicalpy/kinetics.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@

import numpy as np

from .simulation import (HilbertIncoherentProcessBase, LiouvilleIncoherentProcessBase,
LiouvilleSimulation, State)
from .simulation import (
HilbertIncoherentProcessBase,
LiouvilleIncoherentProcessBase,
LiouvilleSimulation,
State,
)


class HilbertKineticsBase(HilbertIncoherentProcessBase):
Expand Down
4 changes: 3 additions & 1 deletion radicalpy/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,9 @@ def mT_to_angular_frequency(mT: float) -> float:
return mT * (C.mu_B / C.hbar * -C.g_e / 1e9)


def reference_signal(timeconstant: np.ndarray, harmonic: float, theta: float, frequency: float):
def reference_signal(
timeconstant: np.ndarray, harmonic: float, theta: float, frequency: float
):
"""Modulated MARY reference signal.
Used for brute force modulated MARY simulations.
Expand Down

0 comments on commit 836da4a

Please sign in to comment.