qecnetworks
qecnetworks copied to clipboard
Cannot import "torch_autograd_solver"
Hi, very interesting work and thank you for sharing the code.
However, I got the following error when importing the "torch_autograd_solver": ModuleNotFoundError: No module named 'torch_autograd_solver'
I tried "pip install torch_autograd_solver", but got: ERROR: Could not find a version that satisfies the requirement torch_autograd_solver (from versions: none) ERROR: No matching distribution found for torch_autograd_solver
Could you let me know how to install or import the module? Thanks a lot!