[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -72,7 +72,7 @@ computation_settings = {
|
|||||||
qibo.set_backend(
|
qibo.set_backend(
|
||||||
backend="qibotn", platform="cutensornet", runcard=computation_settings
|
backend="qibotn", platform="cutensornet", runcard=computation_settings
|
||||||
) # cuQuantum
|
) # cuQuantum
|
||||||
#qibo.set_backend(backend="qibotn", platform="qutensornet", runcard=computation_settings) #quimb
|
# qibo.set_backend(backend="qibotn", platform="qutensornet", runcard=computation_settings) #quimb
|
||||||
|
|
||||||
|
|
||||||
# Construct the circuit
|
# Construct the circuit
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ Basic example
|
|||||||
"""""""""""""
|
"""""""""""""
|
||||||
|
|
||||||
The following is a basic example to execute a two qubit circuit and print the final state in dense vector form using quimb backend::
|
The following is a basic example to execute a two qubit circuit and print the final state in dense vector form using quimb backend::
|
||||||
|
|
||||||
import qibo
|
import qibo
|
||||||
from qibo import Circuit, gates
|
from qibo import Circuit, gates
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user