NVIDIA / cuda-quantum

C++ and Python support for the CUDA Quantum programming model for heterogeneous quantum-classical workflows
https://nvidia.github.io/cuda-quantum/
Other
471 stars 172 forks source link

Rename Cuda Quantum to CUDA-Q #1944

Open ikkoham opened 1 month ago

ikkoham commented 1 month ago

Required prerequisites

Describe the feature

CUDA Quantum is the former name. Now we call it CUDA-Q.

schweitzpgi commented 1 month ago

List of files to audit includes:

./Building.md
./tools/cudaq-quake/cudaq-quake.cpp
./tools/nvqpp/nvq++.in
./tools/cudaq-translate/cudaq-translate.cpp
./tools/cudaq-qpud/cudaq-qpud.py
./tools/cudaq-qpud/README.md
./tools/cudaq-opt/cudaq-opt.cpp
./Overview.md
./unittests/integration/adjoint_tester.cpp
./unittests/integration/ghz_nisq_tester.cpp
./.licenserc.yaml
./runtime/nvqir/NVQIR.cpp
./runtime/nvqir/CircuitSimulator.h
./runtime/common/BaseRestRemoteClient.h
./runtime/common/RuntimeMLIRCommonImpl.h
./runtime/cudaq/platform/default/rest/helpers/ionq/ionq.config
./runtime/cudaq/platform/default/rest/helpers/iqm/IQMServerHelper.cpp
./Contributing.md
./.devcontainer/devcontainer.json
./CITATION.cff
./Dev_Setup.md
./docker/release/cudaq.Dockerfile
./docker/release/cudaq.nvqc.Dockerfile
./docker/release/cudaq.wheel.Dockerfile
./docker/release/cudaq.ext.Dockerfile
./docker/release/installer.Dockerfile
./docker/release/README.md
./docker/test/wheels/fedora.Dockerfile
./docker/test/wheels/debian.Dockerfile
./docker/test/wheels/ubuntu.Dockerfile
./docker/test/wheels/redhat.Dockerfile
./docker/test/wheels/opensuse.Dockerfile
./docker/test/installer/linux.Dockerfile
./docker/build/devdeps.Dockerfile
./docker/build/devdeps.ompi.Dockerfile
./docker/build/cudaq.dev.Dockerfile
./docker/build/assets.Dockerfile
./docker/build/devdeps.ext.Dockerfile
./docker/build/devdeps.manylinux.Dockerfile
./README.md
./pyproject.toml
./docs/sphinx/using/install/local_installation.rst
./docs/sphinx/using/install/install.rst
./docs/sphinx/using/install/data_center_install.rst
./docs/sphinx/using/quick_start.rst
./docs/sphinx/using/backends/simulators.rst
./docs/sphinx/using/backends/platform.rst
./docs/sphinx/using/extending/nvqir_simulator.rst
./docs/sphinx/examples/python/tutorials/hybrid_qnns.ipynb
./docs/sphinx/examples/python/tutorials/qaoa.ipynb
./docs/sphinx/examples/python/tutorials/quantum_fourier_transform.ipynb
./docs/sphinx/examples/python/providers/nvqc_mgpu.py
./docs/sphinx/conf.py
./docs/sphinx/api/rest/.openapi.yaml
./docs/sphinx/releases.rst
./targettests/Remote-Sim/get_state.cpp
./Developing.md
./include/cudaq/Support/Version.h.in
./.github/workflows/docker_images.yml
./.github/workflows/dev_environment.yml
./.github/workflows/config/ghcr_config.json
./.github/workflows/config/gitlab_commits.txt
./.github/workflows/python_wheels.yml
./.github/workflows/documentation.yml
./.github/workflows/integration_tests.yml
./.github/workflows/clean_up.yml
./.github/workflows/publishing.yml
./.github/workflows/cla_assistant.yml
./.github/workflows/clean_caches.yml
./.github/workflows/prebuilt_binaries.yml
./.github/workflows/publishing_stable.yml
./.github/workflows/nvqc_regression_tests.yml
./.github/workflows/test_in_devenv.yml
./.github/release.yml
./.github/ISSUE_TEMPLATE/feature_request.yaml
./.github/ISSUE_TEMPLATE/bug_report.yaml
./lib/Optimizer/CodeGen/RemoveMeasurements.cpp
./scripts/validate_container.sh
./scripts/generate_cc.sh
./scripts/install_prerequisites.sh
./scripts/validate_wheel.sh
./python/CMakeLists.txt
./python/tests/parallel/test_mqpu.py
./python/tests/builder/test_observe.py
./python/tests/remote/test_remote_code_exec.py
./python/tests/display/test_draw.py
./python/README.md
./python/cudaq/__init__.py