Hasty Briefsbeta

Show HN: C++ Quantum Simulator written from scratch

14 days ago
  • #simulator
  • #quantum-computing
  • #CUDA
  • hilbert-qusim is a full state-vector simulator of quantum circuits implemented from scratch.
  • It efficiently simulates computations on logical qubits using lazy evaluation and multi-threaded SIMD strategies.
  • Supports x86_64 and APPLE architectures.
  • Full CUDA support is currently in progress.
  • Includes Python bindings.
  • Can be built using 'make build', with the compiled library located in 'build/lib/'.
  • Tests can be run using 'make test'.
  • Performance tests can be run using 'make test-perf', with reports found in 'build-perf/test/'.