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

Disconnected components within a circuit #97

Open
parkeraa opened this issue Aug 18, 2023 · 1 comment
Open

Disconnected components within a circuit #97

parkeraa opened this issue Aug 18, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@parkeraa
Copy link
Contributor

Say I'm building a complex circuit with many components. I have many inputs that I want to make into a subcircuit for convenience, but they don't all connect yet. I want to be able to add components to a circuit without connecting them together. This would mean that components can exist in a circuit without being connected, and the resulting S matrix would (maybe) need to be split back up if the parts are connected to things later. At the very least, care would need to be taken so that the S matrix elements could be properly matched with their components' ports.

@parkeraa parkeraa added the enhancement New feature or request label Aug 18, 2023
@sequoiap
Copy link
Collaborator

Decision: We will support disconnected circuits within a Circuit but also raise a warning when s_params is called. The warning can be deactivated with a flag on the object itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants