Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Take account of refraction in optics #10

Open
SeanDS opened this issue Jan 22, 2015 · 0 comments
Open

Take account of refraction in optics #10

SeanDS opened this issue Jan 22, 2015 · 0 comments
Assignees

Comments

@SeanDS
Copy link
Owner

SeanDS commented Jan 22, 2015

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
@SeanDS SeanDS self-assigned this Jan 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant