cudaq-guide
01Skill Claude CodeCodex
Use for CUDA-Q setup, simulation targets, QPU access, and @cudaq.kernel authoring guidance.
62 tagged quantum algorithms, measured the same way as everything else here.
Browse within: quantum-computing 62deepseek-harness 60dsh-plugin 60dsh-plugins 60
Skill Claude CodeCodex
Use for CUDA-Q setup, simulation targets, QPU access, and @cudaq.kernel authoring guidance.
Skill Claude CodeCodex
Use when porting Qiskit Python circuits to CUDA-Q kernels while preserving algorithms and validation fidelity.
Skill Claude CodeCodex
Use when users ask about solving the discrete logarithm problem g^x ≡ y (mod P) with Shor-style two-register Fourier sampling, building/explaining DLP circuits, running simulator demos, or debugging post-processing (continued fractions plus two-dimensional Fourier-sample congruence solving). Triggers: discrete log…
Skill Claude CodeCodex
Explains and demonstrates UnitaryLab's small-scale adiabatic quantum linear-system solver. Use it for AQC or QLSP questions, simulator examples, and work involving Householder state preparation, SVD block encoding, adiabatic schedules, post-selection, solution rescaling, or residual checks.
Skill Claude CodeCodex
HHL quantum linear-system solver for Hermitian A and power-of-two dimension N. This implementation accepts user-provided A and b, auto-computes the evolution time t, uses QPE with U = exp(i2πAt), and reconstructs an approximate classical solution from post-selection in a statevector simulation; exponential speedup…