Skip to content

Commit

Permalink
Fix parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
haakoek committed Feb 17, 2021
1 parent f178c68 commit ef0e02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum_systems/time_evolution_operators/operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class DipoleFieldInteraction(TimeEvolutionOperator):
"""

def __init__(self, electric_field_strength, polarization_vector=None):
self._electric_field_strength = laser_pulse
self._electric_field_strength = electric_field_strength
self._polarization = polarization_vector

@property
Expand Down

0 comments on commit ef0e02c

Please sign in to comment.