We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running qss-compiler 128c937
The compiler CLI flag --config expects a file on drive, such as:
--config
num_qubits 1 acquire_multiplexing_ratio_to_1 5 controllerNodeId 1000
In our use case, it would be preferable to either pass the whole as a string, or enable passing the individual lines as options.
This is a minor issue: the current workaround is to write the file to drive on the fly where it's needed.
Edit: to avoid a XY-problem description... what we're actually after is not having to write the file to disk in the Python library interface.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running qss-compiler 128c937
The compiler CLI flag
--config
expects a file on drive, such as:In our use case, it would be preferable to either pass the whole as a string, or enable passing the individual lines as options.
This is a minor issue: the current workaround is to write the file to drive on the fly where it's needed.
Edit: to avoid a XY-problem description... what we're actually after is not having to write the file to disk in the Python library interface.
The text was updated successfully, but these errors were encountered: