You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New layout manager? Or new methods in components to map inputs to outputs?
Maybe modify abstract component to provide methods:
addInputOutput(blah, blah, inputPos=Coordinates(-0.5, 0), refractive_index = 1.45) - adds an input and calculates the corresponding output position (does this require symmetric components?)
addInput(blah, blah, pos=Coordinates(...)) - just adds an input
addOutput(blah, blah, pos=Coordinates(...)) - just adds an output
The text was updated successfully, but these errors were encountered:
New layout manager? Or new methods in components to map inputs to outputs?
Maybe modify abstract component to provide methods:
The text was updated successfully, but these errors were encountered: