Restrictions and OSS
On this page we list
- Open source dependencies
- Installation hints
- System architecture / operating system restrictions
for all HQStage Modules.
Additionally, territorial restrictions apply.
HQS Modeling Assistant
Details
OSS components installed by the user
OSS components installed by the user
Python packages required by conversation
package:
Package | License | |
---|---|---|
0 | PyYAML | MIT |
1 | Pygments | BSD-2-Clause |
2 | annotated-types | MIT |
3 | anyio | MIT |
4 | asttokens | Apache-2.0 |
5 | attrs | MIT |
6 | certifi | MPL-2.0 |
7 | charset-normalizer | MIT |
8 | click | BSD-3-Clause |
10 | decorator | BSD License |
11 | distro | Apache Software License |
12 | docker | Apache Software License |
13 | executing | MIT |
14 | fastapi | MIT |
15 | h11 | MIT |
16 | httpcore | BSD License |
17 | httptools | MIT |
18 | httpx | BSD License |
19 | idna | BSD License |
20 | ipython | BSD-3-Clause |
21 | jedi | MIT |
22 | jsonschema | MIT |
23 | jsonschema-specifications | MIT |
24 | matplotlib-inline | BSD License |
25 | openai | Apache Software License |
26 | parso | MIT |
27 | pexpect | ISC |
28 | pip | MIT |
29 | prompt_toolkit | BSD License |
30 | ptyprocess | ISC |
31 | pure_eval | MIT |
32 | pydantic | MIT |
33 | pydantic_core | MIT |
34 | python-dotenv | BSD-3-Clause |
35 | referencing | MIT |
36 | regex | Apache Software License |
37 | requests | Apache-2.0 |
38 | rpds-py | MIT |
39 | setuptools | MIT |
40 | six | MIT |
41 | sniffio | MIT OR Apache-2.0 |
42 | stack-data | MIT |
43 | starlette | BSD License |
44 | tiktoken | MIT |
45 | tqdm | MPL-2.0 |
46 | traitlets | BSD License |
47 | typing_extensions | PSF-2.0 |
48 | urllib3 | MIT |
49 | uvicorn | BSD License |
50 | uvloop | MIT |
51 | validators | MIT |
52 | watchfiles | MIT |
53 | wcwidth | MIT |
54 | websockets | BSD-3-Clause |
Python packages required by notebook-assistant
package:
Package | License | |
---|---|---|
1 | Jinja2 | BSD License |
2 | Markdown | BSD License |
3 | MarkupSafe | BSD-3-Clause |
4 | PyYAML | MIT |
5 | Pygments | BSD-2-Clause |
6 | Send2Trash | BSD License |
7 | annotated-types | MIT |
8 | anyio | MIT |
9 | argon2-cffi | MIT |
10 | argon2-cffi-bindings | MIT |
11 | arrow | Apache Software License |
12 | asttokens | Apache-2.0 |
13 | async-lru | MIT |
14 | attrs | MIT |
15 | babel | BSD-3-Clause |
16 | beautifulsoup4 | MIT |
17 | bleach | Apache Software License |
18 | certifi | MPL-2.0 |
19 | cffi | MIT |
20 | charset-normalizer | MIT |
21 | click | BSD-3-Clause |
22 | comm | BSD License |
23 | contourpy | BSD License |
25 | cycler | BSD License |
26 | debugpy | MIT |
27 | decorator | BSD License |
28 | defusedxml | PSF-2.0 |
29 | distro | Apache Software License |
30 | docker | Apache Software License |
31 | executing | MIT |
32 | fastapi | MIT |
33 | fastjsonschema | BSD License |
34 | fonttools | MIT |
35 | fqdn | Mozilla Public License 2.0 (MPL 2.0) |
36 | h11 | MIT |
37 | httpcore | BSD License |
38 | httptools | MIT |
39 | httpx | BSD License |
40 | idna | BSD License |
41 | ipyevents | BSD License |
42 | ipykernel | BSD License |
43 | ipylab | BSD License |
44 | ipython | BSD-3-Clause |
45 | ipywidgets | BSD License |
46 | isoduration | ISC |
47 | jedi | MIT |
48 | json5 | Apache Software License |
49 | jsonpointer | BSD License |
50 | jsonschema | MIT |
51 | jsonschema-specifications | MIT |
52 | jupyter-events | BSD License |
53 | jupyter-lsp | BSD-3-Clause |
54 | jupyter_client | BSD License |
55 | jupyter_core | BSD License |
56 | jupyter_server | BSD License |
57 | jupyter_server_terminals | BSD License |
58 | jupyterlab | BSD License |
59 | jupyterlab_pygments | BSD License |
60 | jupyterlab_server | BSD License |
61 | jupyterlab_widgets | BSD-3-Clause |
62 | kiwisolver | BSD License |
63 | matplotlib | PSF-2.0 |
64 | matplotlib-inline | BSD License |
65 | mistune | BSD-3-Clause |
66 | nbclient | BSD License |
67 | nbconvert | BSD License |
68 | nbformat | BSD License |
69 | nest-asyncio | BSD License |
70 | notebook | BSD License |
72 | notebook_shim | BSD License |
73 | numpy | BSD License |
74 | openai | Apache Software License |
75 | overrides | UNKNOWN |
76 | packaging | Apache Software License |
77 | pandocfilters | BSD-3-Clause |
78 | parso | MIT |
79 | pexpect | ISC |
80 | pillow | HPND |
81 | pip | MIT |
82 | platformdirs | MIT |
83 | prometheus_client | Apache Software License |
84 | prompt_toolkit | BSD License |
85 | psutil | BSD-3-Clause |
86 | ptyprocess | ISC |
87 | pure_eval | MIT |
88 | pycparser | BSD-3-Clause |
89 | pydantic | MIT |
90 | pydantic_core | MIT |
91 | pyparsing | MIT |
92 | python-dateutil | Apache Software License |
93 | python-dotenv | BSD-3-Clause |
94 | python-json-logger | BSD License |
95 | pyzmq | BSD License |
96 | referencing | MIT |
97 | regex | Apache Software License |
98 | requests | Apache-2.0 |
99 | rfc3339-validator | MIT |
100 | rfc3986-validator | MIT |
101 | rpds-py | MIT |
102 | scipy | BSD License |
103 | setuptools | MIT |
104 | sidecar | BSD License |
105 | six | MIT |
106 | sniffio | MIT OR Apache-2.0 |
107 | soupsieve | MIT |
108 | stack-data | MIT |
109 | starlette | BSD License |
110 | terminado | BSD License |
111 | tiktoken | MIT |
112 | tinycss2 | BSD License |
113 | tornado | Apache-2.0 |
114 | tqdm | MPL-2.0 |
115 | traitlets | BSD License |
116 | types-python-dateutil | Apache-2.0 |
117 | typing_extensions | PSF-2.0 |
118 | uri-template | MIT |
119 | urllib3 | MIT |
120 | uvicorn | BSD License |
121 | uvloop | MIT |
122 | validators | MIT |
123 | watchfiles | MIT |
124 | wcwidth | MIT |
125 | webcolors | BSD-3-Clause |
126 | webencodings | BSD License |
127 | websocket-client | Apache-2.0 |
128 | websockets | BSD-3-Clause |
129 | widgetsnbextension | BSD License |
Python packages required by qorrelator-app-assistant
package:
Package | License | |
---|---|---|
1 | Jinja2 | BSD License |
2 | Markdown | BSD License |
3 | MarkupSafe | BSD-3-Clause |
4 | PyYAML | MIT |
5 | Pygments | BSD-2-Clause |
6 | Send2Trash | BSD License |
7 | annotated-types | MIT |
8 | anyio | MIT |
9 | argon2-cffi | MIT |
10 | argon2-cffi-bindings | MIT |
11 | arrow | Apache Software License |
12 | asttokens | Apache-2.0 |
13 | async-lru | MIT |
14 | attrs | MIT |
15 | babel | BSD-3-Clause |
16 | beautifulsoup4 | MIT |
17 | bleach | Apache Software License |
18 | certifi | MPL-2.0 |
19 | cffi | MIT |
20 | charset-normalizer | MIT |
21 | click | BSD-3-Clause |
22 | comm | BSD License |
23 | contourpy | BSD License |
25 | cycler | BSD License |
26 | debugpy | MIT |
27 | decorator | BSD License |
28 | defusedxml | PSF-2.0 |
29 | distro | Apache Software License |
30 | docker | Apache Software License |
31 | executing | MIT |
32 | fastapi | MIT |
33 | fastjsonschema | BSD License |
34 | fonttools | MIT |
35 | fqdn | Mozilla Public License 2.0 (MPL 2.0) |
36 | h11 | MIT |
39 | httpcore | BSD License |
40 | httptools | MIT |
41 | httpx | BSD License |
42 | idna | BSD License |
43 | ipyevents | BSD License |
44 | ipykernel | BSD License |
45 | ipylab | BSD License |
46 | ipython | BSD-3-Clause |
47 | ipywidgets | BSD License |
48 | isoduration | ISC |
49 | jedi | MIT |
50 | json5 | Apache Software License |
51 | jsonpointer | BSD License |
52 | jsonschema | MIT |
53 | jsonschema-specifications | MIT |
54 | jupyter-events | BSD License |
55 | jupyter-lsp | BSD-3-Clause |
56 | jupyter_client | BSD License |
57 | jupyter_core | BSD License |
58 | jupyter_server | BSD License |
59 | jupyter_server_terminals | BSD License |
60 | jupyterlab | BSD License |
61 | jupyterlab_pygments | BSD License |
62 | jupyterlab_server | BSD License |
63 | jupyterlab_widgets | BSD-3-Clause |
64 | kiwisolver | BSD License |
65 | matplotlib | PSF-2.0 |
66 | matplotlib-inline | BSD License |
67 | mistune | BSD-3-Clause |
68 | nbclient | BSD License |
69 | nbconvert | BSD License |
70 | nbformat | BSD License |
71 | nest-asyncio | BSD License |
72 | notebook | BSD License |
74 | notebook_shim | BSD License |
75 | numpy | BSD License |
76 | openai | Apache Software License |
77 | overrides | UNKNOWN |
78 | packaging | Apache Software License |
79 | pandocfilters | BSD-3-Clause |
80 | parso | MIT |
81 | pexpect | ISC |
82 | pillow | HPND |
83 | pip | MIT |
84 | platformdirs | MIT |
85 | prometheus_client | Apache Software License |
86 | prompt_toolkit | BSD License |
87 | psutil | BSD-3-Clause |
88 | ptyprocess | ISC |
89 | pure_eval | MIT |
90 | pycparser | BSD-3-Clause |
91 | pydantic | MIT |
92 | pydantic_core | MIT |
93 | pyparsing | MIT |
94 | python-dateutil | Apache Software License |
95 | python-dotenv | BSD-3-Clause |
96 | python-json-logger | BSD License |
97 | pyzmq | BSD License |
98 | qoqo | Apache-2.0 |
99 | qoqo-quest | Apache-2.0 |
100 | qoqo_calculator_pyo3 | Apache-2.0 |
102 | rdkit | BSD-3-Clause |
103 | referencing | MIT |
104 | regex | Apache Software License |
105 | requests | Apache-2.0 |
106 | rfc3339-validator | MIT |
107 | rfc3986-validator | MIT |
108 | rpds-py | MIT |
109 | scipy | BSD License |
110 | setuptools | MIT |
111 | sidecar | BSD License |
112 | six | MIT |
113 | sniffio | MIT OR Apache-2.0 |
114 | soupsieve | MIT |
115 | stack-data | MIT |
116 | starlette | BSD License |
117 | struqture-py | Apache-2.0 |
118 | terminado | BSD License |
119 | tiktoken | MIT |
120 | tinycss2 | BSD License |
121 | tornado | Apache-2.0 |
122 | tqdm | MPL-2.0 |
123 | traitlets | BSD License |
124 | types-PyYAML | Apache-2.0 |
125 | types-python-dateutil | Apache-2.0 |
126 | typing_extensions | PSF-2.0 |
127 | uri-template | MIT |
128 | urllib3 | MIT |
129 | uvicorn | BSD License |
130 | uvloop | MIT |
131 | validators | MIT |
132 | watchfiles | MIT |
133 | wcwidth | MIT |
134 | webcolors | BSD-3-Clause |
135 | webencodings | BSD License |
136 | websocket-client | Apache-2.0 |
137 | websockets | BSD-3-Clause |
138 | widgetsnbextension | BSD License |
HQS Spin Mapper
Details
HQS Molecules
Details
Please note the additional installation instructions for HQS Molecules in the documentation.
OSS components installed by the user
OSS components installed by the user
Python packages
Package | License | |
---|---|---|
0 | annotated-types | MIT |
1 | certifi | MPL-2.0 |
2 | charset-normalizer | MIT |
4 | idna | BSD License |
5 | networkx | BSD License |
6 | numpy | BSD License |
7 | pip | MIT |
8 | pydantic | MIT |
9 | pydantic_core | MIT |
10 | requests | Apache-2.0 |
11 | scipy | BSD License |
12 | setuptools | MIT |
13 | typing-inspection | MIT |
14 | typing_extensions | UNKNOWN |
15 | urllib3 | MIT |
Additional binaries
name | license |
---|---|
openbabel | GPL-2.0 license |
xtb | LGPL-3.0 |
crest | LGPL-3.0 |
HQS Noise App
HQS Qorrelator App
HQS Quantum Libraries
Details
Please note that the HQS Quantum Libraries
are currently only supported on Linux and MacOS.
OSS components installed by the user
OSS components installed by the user
Package | License | |
---|---|---|
0 | annotated-types | MIT |
1 | asteval | MIT |
4 | dill | BSD-3-Clause |
6 | lmfit | BSD License |
8 | numpy | BSD License |
9 | pip | MIT |
11 | pydantic | MIT |
12 | pydantic_core | MIT |
14 | qoqo | Apache-2.0 |
15 | qoqo-quest | Apache-2.0 |
16 | qoqo_calculator_pyo3 | Apache-2.0 |
17 | scipy | BSD License |
18 | setuptools | MIT |
19 | struqture-py | Apache-2.0 |
20 | typing_extensions | PSF-2.0 |
21 | uncertainties | BSD License |
Additional dependecy license files
Additional dependecy license files
QuEST_BSD_LICENSE_FILE Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura, All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. The names of its contributors may not be used to endorse or promote
products derived from this software without specific prior written
permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. QuEST_LICENSE_FILE MIT License
Copyright (c) 2017 aniabrown
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
HQS Quantum Solver
Details
Please note the additional installation instructions for MKL libraries.
OSS components installed by the user
OSS components installed by the user
Python packages
Package | License | |
---|---|---|
0 | annotated-types | MIT |
1 | attrs | MIT |
2 | contourpy | BSD License |
3 | cycler | BSD License |
4 | fonttools | MIT |
6 | kiwisolver | BSD License |
9 | matplotlib | PSF-2.0 |
10 | numpy | BSD License |
11 | opt_einsum | MIT |
12 | packaging | Apache Software License |
13 | pillow | MIT-CMU |
14 | pip | MIT |
15 | pydantic | MIT |
16 | pydantic_core | MIT |
17 | pyparsing | MIT |
18 | python-dateutil | Apache Software License |
19 | scipy | BSD License |
20 | setuptools | MIT |
21 | six | MIT |
22 | sparse_dot_mkl | MIT |
23 | typing-inspection | MIT |
24 | typing_extensions | UNKNOWN |
HQS Spectrum Tools
Details
Please note the additional installation instructions for MKL libraries.
OSS components installed by the user
OSS components installed by the user
Python packages
Package | License | |
---|---|---|
1 | PyYAML | MIT |
2 | annotated-types | MIT |
3 | contourpy | BSD License |
4 | cycler | BSD License |
5 | fonttools | MIT |
8 | kiwisolver | BSD License |
10 | matplotlib | PSF-2.0 |
11 | numpy | BSD License |
12 | opt_einsum | MIT |
13 | packaging | Apache Software License |
14 | pillow | MIT-CMU |
15 | pip | MIT |
16 | pydantic | MIT |
17 | pydantic_core | MIT |
18 | pyparsing | MIT |
19 | python-dateutil | Apache Software License |
20 | qoqo_calculator_pyo3 | Apache-2.0 |
21 | scipy | BSD License |
22 | setuptools | MIT |
23 | six | MIT |
24 | struqture-py | Apache-2.0 |
25 | types-PyYAML | Apache-2.0 |
26 | typing_extensions | PSF-2.0 |
HQS Qolossal
Details
Please note the additional installation instructions for MKL libraries.
OSS components installed by the user
OSS components installed by the user
Python packages
Package | License | |
---|---|---|
0 | Cerberus | ISC |
1 | PyYAML | MIT |
2 | annotated-types | MIT |
3 | asteval | MIT |
4 | contourpy | BSD License |
6 | cycler | BSD License |
7 | dill | BSD-3-Clause |
8 | fonttools | MIT |
9 | kiwisolver | BSD License |
13 | lmfit | BSD License |
14 | matplotlib | PSF-2.0 |
15 | numpy | BSD License |
16 | packaging | Apache Software License |
17 | pillow | HPND |
18 | pip | MIT |
19 | plotly | MIT |
20 | pydantic | MIT |
21 | pydantic_core | MIT |
22 | pyparsing | MIT |
23 | python-dateutil | Apache Software License |
25 | scipy | BSD License |
26 | setuptools | MIT |
27 | six | MIT |
28 | sparse_dot_mkl | MIT |
29 | str2bool | BSD-3-Clause |
30 | tenacity | Apache Software License |
31 | typing_extensions | PSF-2.0 |
32 | uncertainties | BSD License |