Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Improve bitstring initialization efficiency #10

Open
zaqqwerty opened this issue May 12, 2021 · 1 comment
Open

Improve bitstring initialization efficiency #10

zaqqwerty opened this issue May 12, 2021 · 1 comment
Assignees

Comments

@zaqqwerty
Copy link
Contributor

When sampling state circuits, it would be more efficient to replace symbols in a tiling of bitstring gates before concatenating with the model, than it is to scan for the bit symbols in an already concatenated circuit.

@zaqqwerty zaqqwerty self-assigned this May 12, 2021
@zaqqwerty zaqqwerty self-assigned this Jun 23, 2021
@zaqqwerty
Copy link
Contributor Author

Since this is the bottleneck for deep circuits, need to time three ways of sampling circuits:

  1. Current implementation
  2. tile bitstring circuits alone then concatenate to concrete model
  3. tile full symbolic circuit, resolve bitstring and model params simultaneously

If this is still a bottleneck, are there further changes that could help?

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

No branches or pull requests

1 participant