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

[Impl] series composition #59

Open
Tracked by #58 ...
DrCatman opened this issue Feb 1, 2023 · 1 comment
Open
Tracked by #58 ...

[Impl] series composition #59

DrCatman opened this issue Feb 1, 2023 · 1 comment
Assignees
Milestone

Comments

@DrCatman
Copy link
Member

DrCatman commented Feb 1, 2023

  • handles MIMO blocks
  • list of blocks
from cadcad.compose import series

myblock = series([block1, block2])

asserts

block1.codomain == block2.domain

expects

myblock.domain == block1.domain
myblock.codomain == block2.codomain
@DrCatman DrCatman added this to the Compiler milestone Feb 1, 2023
@DrCatman DrCatman changed the title [Impl] splitter block [Impl] series composition Feb 1, 2023
@mzargham
Copy link
Collaborator

annotations

def series(blocks: List[Block])-> Block:

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

No branches or pull requests

3 participants