Skip to content

RingResonator Circumference missing vertical racetrack contributions #66

@rkberlin

Description

@rkberlin

The current implementation of the RingResonator circumference

@Property
def circumference(self):
return 2 * np.pi * self.radius + 2 * self.race_length

lacks the contribution of the optional vertical racetrack section and should be

@Property
def circumference(self):
return 2 * np.pi * self.radius + 2 * self.race_length + 2 * self.vertical_race_length

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions