LaserSourceΒΆ

Class Arguments

Argument

Type

Default Value

frequency

TFloat

power

TFloat

0.001

Bold arguments are mandatory. For more documentation on the listed arguments refer to the class definition below. If parameters appear in this list but not in the class definition below, please recursively check the linked base classes for the definition of the parameter.

Inheritance Diagram

Inheritance diagram of atomiq.components.laser.LaserSource

Example Component Dictionary

   {
    "laser_example": {
        "classname": "atomiq.components.laser.LaserSource",
        "arguments": {
            "frequency": "<mandatory parameter (TFloat)>",
            "power": 0.001
        }
    }
}

Class Description

class atomiq.components.laser.LaserSource(frequency, power=0.001, *args, **kwargs)[source]

Bases: Component

Free-running laser source

This class represents a generic (free-running) laser source that emits light of a specified frequency

Parameters:
  • frequency (TFloat) -- Frequency of the emitted light in Hz

  • power (TFloat) -- Emitted light power in W