Phillip Weinberg
Phillip Weinberg
**Describe the feature you'd like** I want the ability to perform a dry run for AHS task submission. The idea would be to validate the task without actually submitting the...
We're having difficulties using the latest patch release of `ForwardDiff.jl` in the following situation: ```Julia ForwardDiff.derivative(2.0) do x h = fill(zero(typeof(x)), (2, 2)) F = ExponentialUtilities.exponential!(im * h, ExpMethodGeneric()) return...
Typically there should only be a small number of name collisions when defining multiple ADT's hence a better semantic for the import macros would be to import all except a...
I think this would greatly decrease the amount of boiler plate code that is needed to start using an ADT. As long as the semantics tree is inferable from the...
Hello! I like this action; it will be super helpful for my project; however, my project only needs the header files from Boost to work, and for some reason, my...
**Describe the feature you'd like** Currently the only method to validate if a AHS program is compatible with a AHS device is to submit that program as a task. **Is...
* `Space.zero_state()` now returns a `StateVector` object * `AnalogGate` all public APIs accept/return `StateVector` * Adding `StateVector.sample` and `StateVector.normalize` API's * Adding `tocsr` to `RydbergHamiltonian` for interacting with external packages....
**Is your feature request related to a problem? Please describe.** Sometimes mixing floats into a bloqade program can create rounding errors that are difficult to track down **Describe the solution...
Currently there is no management of compiler passes, we should add this to the compiler stack.