Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Improves MultiplexOperations implementation - #599

Merged
Mathias Soeken (msoeken) merged 3 commits into
mainfrom
msoeken/multiplex-operations
Jul 5, 2022
Merged

Improves MultiplexOperations implementation#599
Mathias Soeken (msoeken) merged 3 commits into
mainfrom
msoeken/multiplex-operations

Conversation

@msoeken

Copy link
Copy Markdown
Member

Previous counts (numControls, tcount, width) for 2^numControls unitaries:

(1, 0, 6),
(2, 28, 8),
(3, 84, 10),
(4, 196, 12),
(5, 420, 14),
(6, 868, 16)

New counts:

(1, 0, 6),
(2, 8, 8),
(3, 24, 10),
(4, 56, 12),
(5, 120, 14),
(6, 248, 16)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@msoeken
Mathias Soeken (msoeken) merged commit 2117bf2 into main Jul 5, 2022
@msoeken
Mathias Soeken (msoeken) deleted the msoeken/multiplex-operations branch July 5, 2022 16:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants