-
Right now we say that if a circuit doesn't have a unitary, it has non-unitary gates which are not terminal measurements and therefore cannot be folded.
https://github.com/unitaryfund/mitiq/blob/31f…
-
For each submission, there are several buttons linking to arXiv vanity, edit desctiption, bibtex citatuin, etc...
At the moment the only way to know what they really produce is to click on them and…
-
If there is an operation without a known representation, the current behavior is to throw an error when sampling and PEC will not run. I think by default we should skip such operations and only sample…
-
It could be divided into:
- publications on microgrant projects by awardees. These are already referenced, sparse in the [Grants](https://unitary.fund/grants.html) page.
- publications by Unitary…
-
(See https://github.com/unitaryfund/metriq-app/issues/149.)
I've run into a case where, if I try to add a new result to the "VQE" submission, with the default "VQE" task, then the task is actually …
-
Right now we just have a placeholder for the "Contact" page of Metriq:
http://18.190.41.255/Contact
Not that this needs to guide what we do here, but PWC does not have a contact page (from what I …
-
As mentioned in (https://github.com/unitaryfund/metriq-app/issues/52#issuecomment-889291408) we need a `GET` route for `/api/task`.
-
And use this in `zne.BatchedFactory.run` (see inline TODO).
## Current behavior
Right now `Executor.run` accepts keyword args and passes them to the executor. However, the same keyword args are …
-
When I tried
```python
from metriq import MetriqClient
client = MetriqClient()
print(client.hello())
>>> {'status': 'API is working', 'message': 'This is the Metriq public REST API.'}
```
…
-
Corresponding to https://github.com/unitaryfund/metriq-client/issues/4, we need to change the `Submission` schema to accept the thumbnail URL.