scikit-quant is an aggregator package to improve interoperability between quantum computing software packages. Our first focus in on classical optimizers, making the state-of-the art from the Applied Math community available in Python for use in quantum computing.
Website: http://scikit-quant.org
Installation
pip install sckit-quant
Usage
Basic example:
# create a numpy array of bounds, one (low, high) for each parameter
bounds = np.array([[-1, 1], [-1, 1]], dtype=float)
# budget (number of calls, assuming 1 count per call)
budget = 40
# initial values for all parameters
x0 = np.array([0.5, 0.5])
# method can be ImFil, SnobFit, Orbit, or Bobyqa
result, history = \
minimize(objective_function, x0, bounds, budget, method='imfil')
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
scikit-quant-0.4.0.tar.gz
(17.2 kB
view details)
File details
Details for the file scikit-quant-0.4.0.tar.gz.
File metadata
- Download URL: scikit-quant-0.4.0.tar.gz
- Upload date:
- Size: 17.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
593603f026fa3949df69304f2a0d9251279aed27f87b8c1e7dbc75a607392e0f
|
|
| MD5 |
fa54e5b32a2f2ce71423e05047e4cafc
|
|
| BLAKE2b-256 |
0d3c830aae041ce8a9be6011c15e231d6192bf68e8112c5d5983aa1028af4f46
|