cuQuantum icon indicating copy to clipboard operation
cuQuantum copied to clipboard

Home for cuQuantum Python & NVIDIA cuQuantum SDK C++ samples

Results 26 cuQuantum issues
Sort by recently updated
recently updated
newest added

When I create a `Network` using ```python Network(eq, *operands, options={'compute_type': cuquantum.cutensornet.ComputeType.COMPUTE_3XTF32}) ``` it gives me the following error: ```console ValueError: is not a valid ComputeType ``` This is not a...

Hi All, I am trying to use cuquantum-appliance:23.10 with shifter on NERSC Perlmutter system. I am facing the following sudo permission issue with this container: ``` namehta4@perlmutter:login36:~> salloc -N 1...

Does cuQuantum include efficient functions for implementing arithmetic operations, i.e., addition and subtraction, on two tensor networks?

Dear cuQuantum developers, After long struggles in trying to get `qsim` to compile with multi-GPU support, I found out that one cannot accomplish this using stock `qsim`. IMO this wasn't...

enhancement
question

Hi, I'm facing an issue with my AER-State Vector simulation. I'm using the docker image and run this file [https://github.com/qiskit-community/qiskit-community-tutorials/blob/master/aer/qv_cuStateVec.ipynb] If I use < sim = AerSimulator(method='statevector', device='GPU') >, I...

question
triage

[qsim v0.17.0](https://github.com/quantumlib/qsim/releases/tag/v0.17.0) has just been released, which contains a new method to run statevector simulation beyond 32 qubits (https://github.com/quantumlib/qsim/pull/623). Currently, we (BlueQubit cc: @hthayko) are blocked from using the latest...

enhancement
question

### Informations Python 3.10.12 (Google Colab) qiskit 0.45.0 qiskit-terra 0.45.0 cuquantum-python 23.10.0 cuquantum-python-cu11 23.10.0 ### What is the current behavior? Recently, qiskit 0.45.0 was released. According to its [release note](https://qiskit.org/documentation/release_notes.html#relnotes-0-45-0):...

More and more quantum frameworks and libraries are being written in Rust. For example, Qiskit and tket. While there are possible integrations through C or Python bindings, it would be...

enhancement
triage

### Discussed in https://github.com/NVIDIA/cuQuantum/discussions/53 Originally posted by **rht** May 12, 2023 I was benchmarking cuTensorNet and opt_einsum on the QFT and QAOA circuit, and I found the former to be...

bug
invalid
triage

### Discussed in https://github.com/NVIDIA/cuQuantum/discussions/52 #### See https://github.com/NVIDIA/cuQuantum/discussions/52#discussioncomment-7108092 > As an example, if the workload required many batches of expectation values be calculated for the reduction, that would make a difference....

enhancement