Michael Hucka

Results 157 issues of Michael Hucka

Gym is no longer supported, and the recommendation is to switch to [Gymnasium](https://gymnasium.farama.org/introduction/migration_guide/). The tutorial on reinforcement learning uses Gym; we should convert the tutorial to use Gymnasium to avoid...

area/dependencies
python

Some trivial deviations from `clang-format` in a small number of files seem to have crept in over time. This meant that running the format check scripts in `scripts/` could report...

area/health

The previous version of `scripts/test_tutorials.py` did not handle `!pip` commands inside if-then conditionals, and also didn't handle `%` magics. This PR makes some simple changes to the code to make...

This adds information about project conventions and workflows to `CONTRIBUTING.md`, and in support of that, also adds configuration files for more linters and formatters. The biggest change is to `CONTRIBUTING.md`,...

area/docs
area/health
area/devops

The nightly jobs are failing due to running out of disk space. (It's the same problem we had recently with the CI checks workflow.) This PR updates the jobs to...

area/devops

The version of NumPy is currently pinned (in `requirements.txt`) to 1.24.2. We should try to support 2.x, if possible. (It may not be possible until we also support TensorFlow >...

area/dependencies
kind/chore
area/python

In issue https://github.com/tensorflow/quantum/issues/56, there is a request for improving the docs: > Would like to +1 this, and ask that it is made clear(er) in the documentation that although `save`...

area/docs
kind/feature-request