SnowflurrySDK / Snowflurry.jl

Snowflurry is an open source Julia-based software library for implementing quantum circuits, and then running them on quantum computers and quantum simulators. The project is sponsored by Anyon Systems, Inc. See https://snowflurrySDK.github.io/Snowflurry.jl/dev for the latest documentation.
https://snowflurry.dev
Apache License 2.0
47 stars 6 forks source link

Mock server for testing #225

Open plerouxanyon opened 1 year ago

plerouxanyon commented 1 year ago

We want to include a mock server that implements the Anyon HTTP circuit job interface and returns circuit results.

This issue is not a priority, but we do believe it has value and are planning to implement it in the future.

Benefits

plerouxanyon commented 1 year ago

This will partially be addressed by #287, as CI/CD can be run against that.