We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ff40e commit 8612fa5Copy full SHA for 8612fa5
examples/nested_vmap_grad.py
@@ -2,6 +2,10 @@
2
demonstration of vmap + grad like API
3
"""
4
5
+import os
6
+
7
+sys.path.insert(0, "../")
8
9
import tensorcircuit as tc
10
11
# See issues in https://github.com/tencent-quantum-lab/tensorcircuit/issues/229#issuecomment-2600773780
0 commit comments