You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If your institution requires a custom build, specific feature flags (e.g., isolated CUDA/OpenCL configurations), or source-code review for security due diligence, this is **only available under a commercial license or Non-Disclosure Agreement (NDA)**.
74
+
75
+
To request access to the restricted technical archive or discuss enterprise deployment:
|**`ERROR: Could not find a version that satisfies the requirement`**| Ensure you are using Python 3.9, 3.10, 3.11, or 3.12. Upgrade pip: `python -m pip install --upgrade pip`. |
87
+
|**`ImportError: DLL load failed / .so not found`**| The pre-compiled wheel may be incompatible with highly unusual OS configurations. Ensure you are on a standard 64-bit Windows, Linux, or macOS environment. |
88
+
|**Missing optional dependencies (e.g., `stim`, `pymatching`)**| These are not bundled in the base wheel. Install them explicitly: `python -m pip install stim pymatching sinter`. |
89
+
|**GPU acceleration not detected**| The base PyPI wheel includes CPU and standard GPU fallbacks. For specialized enterprise GPU deployments, contact [admin@qector.store](https://www.google.com/search?q=mailto%3Aadmin%40qector.store) for custom build options. |
0 commit comments