Skip to content

RingResonator Circumference missing vertical racetrack contributions #66

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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