Antonio Martinez

Results 59 issues of Antonio Martinez

Currently we hardcode the set of serializable gates in a global variable [here](https://github.com/tensorflow/quantum/blob/d9c14b24628cf34ebf6c52bce278ed02b4003ab0/tensorflow_quantum/core/serialize/serializer.py#L370). It will be useful to various teams to allow the user to set this serializer to correspond...

kind/feature-request

In #669, the dependabot PR passes even though the `WORKSPACE` file did not get updated. What do we need to do to catch this?

Some `tf.function` wrapped functions that only have a single tape result in: ``` LookupError: No gradient defined for operation 'TfqAdjointGradient' (op type: TfqAdjointGradient) ``` One possible cause is mentioned at...

Noticed while resolving #679, that `format_check.sh` does not check that notebooks are in the correct format

kind/bug-report
area/docs
area/tests

Given a tensor of PauliSums, one may want to repeatedly measure these operators. This would be a generalization of the `Sample` layer, which is implicitly performing this calculation for a...

kind/feature-request

To enable more consistency in tests, would be useful to allow seeds to be entered into the utility module test functions.

kind/feature-request

Running some parameterized tests that use `random_symbol_circuit`, but get a > ZeroDivisionError: integer division or modulo by zero when the case of no symbols arises. Low priority but wanted to...

Add cleaned up research code to a `baselines` directory. Also, possibly revive `architectures` and `hamiltonian` here.

To better align with the naming in the paper, the existing `Hamiltonian` class should be renamed to `ModularHamiltonian` everywhere.

good first issue