Altanali
Altanali
Make necessary changes to toAmazonBraket.
The following PR includes the quantum-js-vis package which contains a modularized Q-Circuit-Editor and Q-Bloch-Sphere. As well, it edits the and references in all the HTML files that create the quantumjavascript.app...
Create the quantum-js-util package which creates workspaces and rewrites Q.js files as CommonJS modules. No visualization included in this PR.
**Describe the bug** When taking an OpenQASM program, creating a Circuit via the Circuit.from_ir method, and then translated back to OpenQASM via the Circuit.to_ir method, indices used in classical registers...
*Issue #, if available:* *Description of changes:* Make the MAX_NET_DETUNING device capability data point optional for AHS program validation - this is done so the Program validator used for AHS...
*Issue #, if available:* *Description of changes:* This PR introduces the notion of device emulators and emulation passes to the BDK; device emulators provide some form of program compilation and...
*Issue #, if available:* *Description of changes:* Updating `AwsQuantumTask` and `device.run(...)` to support the new `experimentalCapabilities` argument in `Braket:CreateQuantumTask`. We introduce the `enabled_experimental_capabilities` argument which currently only accepts `["ALL"]`` as...