Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
pygwinc
pygwinc
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 31
    • Issues 31
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 6
    • Merge Requests 6
  • Requirements
    • Requirements
    • List
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gwinc
  • pygwincpygwinc
  • Merge Requests
  • !123

Merged
Created Feb 20, 2021 by Evan Hall@evan.hallMaintainer

Faster exact substrate thermorefractive noise calculation

  • Overview 6
  • Commits 1
  • Pipelines 6
  • Changes 1

For the "exact" calculation of substrate thermorefractive noise, pygwinc currently implements quadrature integration over wavevectors following P1400084 Eq. 17. However, BV04 Eq. E7 gives the solution in terms of a special function that is implemented in scipy.special. The special function expression takes about 2 ms to evaluate, compared to 600 ms for the current quadrature integration.

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Source branch: tr-faster