qojulia / qojulia/QuantumInputOutput.jl

Add high-level constructors for common SLH components

Open
#23 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Julia
Stars
7
Forks
0
Avg merge
7h 15m
Merged PRs (30d)
26

Description

The theory docs list common SLH elements such as phase shifters, beamsplitters, coherent drives, one-sided cavities, two-sided cavities, and waveguide-coupled emitters. At the moment, users need to manually write them each time.

Adding named constructors could make this convenient.

Possible constructors:

phase_shifter(ϕ)
beamsplitter(r, t)
coherent_drive(α)
one_sided_cavity(a; κ, Δ=0)
two_sided_cavity(a; κ1, κ2, Δ=0)
waveguide_tls(σ; γR, γL=0, Δ=0)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the theory documentation and the existing manual definitions of SLH elements. Determine the intended behavior for the proposed phase_shifter, beamsplitter, coherent_drive, cavity, and waveguide_tls constructors, then verify that each common component can be created through its named constructor.

Written by the indexing model from the issue text.

Assessment

Tech stack
julia
Domain
api
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.