-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Labels
new featureNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
N/A
Describe the feature you'd like
- Add a function or class to
graphix.transpilermodule, to generate agraphix.Patternfrom a QASM-defined circuit, viagraphix.transpiler.Circuittranspiler. Make sure the added code is documented well and type annotationis added; tests and docs check pass. - Add an example to
example/folder and make sure it renders well with clear description, in documentation. - We will need to limit its capability to what we can transpile into a pattern:
- If straightforward, try to decompose them as much as possible. please do not add additional dependencies to the repo.
- For others, let your new function/class throw warning.
- See
graphix.transpiler.Circuittranspiler class for what is currently allowed. - see also https://github.com/qat-inria/graphix-jcz-transpiler.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
new featureNew feature or requestNew feature or request