-
The example for platform submission count ([here](https://github.com/unitaryfund/metriq-client/blob/development/examples/platform_get_submission_count.py)) needs to have an updated API key instead of …
-
Right now, the main project README just has a proof-of-concept example that sets up the API token and ensures that the "metriq_hello" endpoint can be hit.
We should include more involved usage exa…
-
Create a client function for the `platform/names/` endpoint.
Refer to the `metriq-api` definition of this endpoint ([here](https://github.com/unitaryfund/metriq-api/blob/e7f5b99dfcb516fbaf5f04ea62c…
-
Create a client function for the `platform/submissionCount/` endpoint.
Refer to the `metriq-api` definition of this endpoint ([here](https://github.com/unitaryfund/metriq-api/blob/e7f5b99dfcb516fba…
-
At present, there is a hard-coded API token in each of the files in the `examples/` directory. We should expect that the user supplies this token instead of providing one explicitly in the examples. T…
-
Once https://github.com/unitaryfund/mitiq/pull/1354 is merged, it will be nice to add some timing benchmarks to our repository. This is one of the more common uses of asv.
If there are recommendati…
-
### Description
Despite not having `log=True` in the calibrator's `run` call, the table header is still printed. As an example:
```python
# test.py
import cirq
import numpy as np
import miti…
-
## Issue Description
If type checks are done locally, the following errors are raised.
```python
mitiq/observable/observable.py:185: error: "defaultdict" is not subscriptable, use "ty…
-
Pre-Request Checklist
---------------------
- [x] I checked to make sure that this feature has not already been requested.
Issue Description
-----------------
Local test times are onerous f…
-
I might be missing these somewhere, but I have not found any developer docs on spinning up the site locally (what commands do I need to run locally to install all the things, get it running, rebuild, …