Skip to content

Commit 1c3f25c

Browse files
committed
Add inner_product_hessian import_test
1 parent 0079d53 commit 1c3f25c

File tree

3 files changed

+218
-212
lines changed

3 files changed

+218
-212
lines changed

scripts/import_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def test_imports():
3636

3737
# Math ops.
3838
_ = tfq.math.inner_product
39+
_ = tfq.math.inner_product_hessian
3940

4041
# Noisy simulation ops.
4142
_ = tfq.noise.expectation

tensorflow_quantum/core/ops/math_ops/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@
1515
"""Module for tfq.core.ops.math_ops.*"""
1616

1717
from tensorflow_quantum.core.ops.math_ops.inner_product_op import inner_product
18+
from tensorflow_quantum.core.ops.math_ops.inner_product_op import inner_product_hessian

0 commit comments

Comments
 (0)