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

document configuration options and convert all of them to scoped values #27

Open
Krastanov opened this issue Dec 31, 2024 · 0 comments
Open
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Krastanov
Copy link
Member

Currently we have

  1. f(...; mode=[:compressed|:expanded]) setting whether the layout of the gates is compressed to the left, such that independent gates are not drawn one after the other but rather in parallel. This should be converted to a scoped value and documented.
  2. Quantikz.classicalbitslayout which is a scoped value that controls whether there should be one classical wire for all bits, or one wire per bit.
  3. These scoped values should all be stored in a configuration structure (like explained here https://docs.julialang.org/en/v1/base/scopedvalues/#Very-many-ScopedValues ) that is marked public but not exported
@Krastanov Krastanov added enhancement New feature or request good first issue Good for newcomers labels Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant