Michael Hucka
Michael Hucka
Currently, all the subclasses of DimensionsCore handle pulling out the Dimensions id themselves. I did it this way because in the beginning, I wasn't sure if the identifier of every...
It looks like grant objects in Dimensions may provide the most detailed information about organizations. The `Organization` object should try to search for organizations in grants like this, ``` search...
As a general housekeeping measure, I think it would be nicer to put the pull request template .md file into `.github/pull_request_template.md` instead of letting it clutter up the top-level source...
You are probably aware of this, but just FYI, the images in the PyPI page are all broken, making the screen shots look like this:
Tiny and non-urgent suggestion: this repo's visibility might benefit from the addition of the GitHub topic tag [cirq](https://github.com/topics/cirq) on the front page of the repo.
Tiny and non-urgent suggestion: this repo's visibility might benefit from the addition of the following GitHub topic tags on the front page of the GitHub repo: * [quantum computing](https://github.com/topics/quantum-computing) *...
Due to lack of time and changing jobs, I have to suspend further activity on this project. I am archiving it; if for some reason it becomes useful in the...
**Description:** Our GH workflows are failing for the combination of Python 3.10 and `macos-latest`. The error we get in the logs looks like this: ``` Installed versions Version 3.[10](https://github.com/quantumlib/Cirq/actions/runs/10498946616/job/30452107299#step:3:11) was...
Tiny and non-urgent suggestion: this repo's visibility might benefit from the addition of the GitHub topic tag [cirq](https://github.com/topics/cirq) on the front page of the repo.
**Description of the issue** Most of the scripts in `dev_tools/` do are not described anywhere, most don't support a `--help` or similar command-line argument, and most either lack a usage...