Skip to content

Commit

Permalink
backed off gradient test runtime.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBroughton committed Jan 27, 2021
1 parent 33818c0 commit f00a4a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tensorflow_quantum/python/differentiators/gradient_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def exact_grad(theta):
**{
'differentiator': ANALYTIC_DIFFS,
'op': ANALYTIC_OPS,
'n_qubits': [10],
'n_qubits': [5],
'n_programs': [3],
'n_ops': [3],
'symbol_names': [['a', 'b']]
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_quantum/python/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def get_supported_gates():
to the number of qubits each gate operates on.
Any of these gates used in conjuction with the
`controll_by` function for multi qubit control are also
`controlled_by` function for multi qubit control are also
supported.
"""
supported_gates = serializer.SERIALIZER.supported_gate_types()
Expand Down

0 comments on commit f00a4a6

Please sign in to comment.