quantum
quantum copied to clipboard
Tensor-Based Quantum Machine Learning
Hello, I have been trying to build a circuit with a CNOT gate acting on non-contiguous qubits (e.g., qubit 1 and 4), but I am finding strange results. For example,...
Hello all, I was wondering if there is a way in TensorLy Quantum to build a parametrised unitary based on a binary Hamiltonian, such as the Ising model given in...
While running the [Multi-Basis Encodig](http://tensorly.org/quantum/dev/auto_examples/plot_mbe_maxcut.html#id2) code, I got the error mentioned above. ```python state = tlq.spins_to_tt_state([0 for i in range(nqubits)], device=device, dtype=dtype) # generate generic zero state |00000> state =...
Hi! Thanks for the nice package. I was quite new to Tensorly Quantum and Tensorly. I just installed it on my macbook pro (M1 chip), and my virtual environment for...