-
Notifications
You must be signed in to change notification settings - Fork 435
Expand file tree
/
Copy pathNOTICE
More file actions
260 lines (177 loc) · 9.84 KB
/
Copy pathNOTICE
File metadata and controls
260 lines (177 loc) · 9.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
CUDA-Q
Apache License Version 2.0
Copyright (c) 2023 - 2026 NVIDIA Corporation & Affiliates
All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
This product includes software developed by NVIDIA corporation and affiliates and includes material from third parties. It includes work released under the following licenses:
----------------------------------------------------------------
LLVM - Apache License 2.0 with LLVM Exceptions
<https://github.com/llvm/llvm-project> and <https://github.com/llvm/circt/>
Copyright (c) 2003-2019 University of Illinois at Urbana-Champaign. All rights reserved.
Originally developed by University of Illinois at Urbana-Champaign.
The incorporated source code and its license can be found as a submodule on the CUDA-Q repository.
License at <https://github.com/llvm/llvm-project/blob/main/LICENSE.TXT>
----------------------------------------------------------------
Eigen - various licenses, primarily MPL2 and BSD
<https://gitlab.com/libeigen/eigen>
The incorporated source code and its licenses can be found as a submodule on the CUDA-Q repository.
See also <https://gitlab.com/libeigen/eigen/-/blob/master/COPYING.README>.
----------------------------------------------------------------
nanobind - BSD 3-Clause license
<https://github.com/wjakob/nanobind>
Copyright (c) 2022 Wenzel Jakob.
The source code is based on the work originally developed by Wenzel Jakob
License at <https://github.com/wjakob/nanobind/blob/master/LICENSE>
----------------------------------------------------------------
Ensmallen
<https://github.com/mlpack/ensmallen>
Copyright (c) 2011–2018, ensmallen contributors
This software is licensed under the BSD 3-Clause License.
The incorporated source code and its license can be found as a submodule on the CUDA-Q repository.
<https://github.com/mlpack/ensmallen/blob/master/LICENSE.txt>
----------------------------------------------------------------
Armadillo - Apache License 2.0
<https://gitlab.com/conradsnicta/armadillo-code>
Copyright 2008-2023 Conrad Sanderson (<https://conradsanderson.id.au>)
Copyright 2008-2016 National ICT Australia (NICTA)
Copyright 2017-2023 Data61 / CSIRO
The incorporated source code and its license can be found as a submodule on the CUDA-Q repository.
License at <https://gitlab.com/conradsnicta/armadillo-code/-/blob/12.0.x/LICENSE.txt>
----------------------------------------------------------------
NLohmann JSON - MIT License
<https://github.com/nlohmann/json>
Copyright (c) 2013-2026 Niels Lohmann.
The source code is based on the work originally developed by Niels Lohmann
License at <https://github.com/nlohmann/json/blob/develop/LICENSE.MIT>
----------------------------------------------------------------
Quantum++ - MIT License
<https://github.com/softwareqinc/qpp/>
Copyright (c) 2017-2025 SoftwareQ Inc.
The source code is based on the work originally developed by SoftwareQ Inc
License at <https://github.com/softwareQinc/qpp/blob/main/LICENSE.txt>
----------------------------------------------------------------
{fmt} - MIT License
<https://github.com/fmtlib/fmt>
Copyright (c) 2012-present Victor Zverovich and {fmt} contributors.
Originally developed by Victor Zverovich and contributors.
The incorporated source code and its license can be found as a submodule on the CUDA-Q repository.
License at <https://github.com/fmtlib/fmt/blob/master/LICENSE>
----------------------------------------------------------------
SPDLog - MIT License
<https://github.com/gabime/spdlog>
Copyright (c) 2016-present Gabi Melman and spdlog contributors.
Originally developed by Gabi Melman.
The incorporated source code and its license can be found as a submodule on the CUDA-Q repository.
License at <https://github.com/gabime/spdlog/blob/v1.x/LICENSE>
----------------------------------------------------------------
NLopt - various licenses, primarily MIT
<https://github.com/stevengj/nlopt>
The source code includes a subset of the optimization libraries combined in NLopt.
The relevant code included with CUDA-Q is based on work that is licensed under MIT license. More information about the original authors and copyright holders can be found on the respository in the folder for the respective algorithm.
See also <https://github.com/stevengj/nlopt/blob/master/COPYING>
----------------------------------------------------------------
ExaTN - 3-Clause BSD License
<https://github.com/ORNL-QCI/exatn>
Copyright (c) 2017, UT-Battelle
License at <https://github.com/ORNL-QCI/exatn/blob/devel/LICENSE>
----------------------------------------------------------------
CuQuantum - 3-Clause BSD License
<https://github.com/NVIDIA/cuQuantum>
Copyright (c) 2021-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
License at <https://github.com/NVIDIA/cuQuantum/blob/main/LICENSE>
----------------------------------------------------------------
C++ Requests - MIT License
<https://github.com/libcpr/cpr>
Copyright (c) 2017-2021 Huu Nguyen
Copyright (c) 2022 libcpr and many other contributors
License at <https://github.com/libcpr/cpr/blob/master/LICENSE>
----------------------------------------------------------------
BLAS - custom license
<https://netlib.org/blas/>
See also <https://netlib.org/blas/#_licensing>
----------------------------------------------------------------
XTL - BSD-3-Clause
<https://github.com/xtensor-stack/xtl>
Copyright (c) 2016, Johan Mabille, Sylvain Corlay and Wolf Vollprecht
Copyright (c) 2016, QuantStack
License at <https://github.com/xtensor-stack/xtensor/blob/master/LICENSE>
----------------------------------------------------------------
XTensor - BSD-3-Clause
<https://github.com/xtensor-stack/xtensor>
Copyright (c) 2016, Johan Mabille, Sylvain Corlay and Wolf Vollprecht
Copyright (c) 2016, QuantStack
License at <https://github.com/xtensor-stack/xtensor/blob/master/LICENSE>
----------------------------------------------------------------
zlib - custom license
<https://github.com/madler/zlib>
(C) 1995-2026 Jean-loup Gailly and Mark Adler
License at <https://github.com/madler/zlib/blob/master/LICENSE>
----------------------------------------------------------------
GNU Multiple Precision Arithmetic Library (GMP) - GNU LGPL v3 (dual licensed GNU GPL v2)
<https://gmplib.org/>
Copyright 1991-2023 Free Software Foundation, Inc.
GMP is used under the terms of the GNU Lesser General Public License v3.
The unmodified GMP shared library is redistributed with CUDA-Q and is
exclusively linked dynamically. It can be replaced with a compatible
version by substituting the shared library file.
Source code at <https://gmplib.org/download/gmp/>
License at <https://gmplib.org/manual/Copying.html>
The full license text is distributed with CUDA-Q in the files
LICENSES/LICENSE.LGPLv3 (GNU LGPL v3) and LICENSES/LICENSE.GPLv3 (GNU GPL v3,
incorporated by reference by the LGPL v3), located alongside this NOTICE.
----------------------------------------------------------------
GNU MPFR - GNU LGPL v3 or later
<https://www.mpfr.org/>
Copyright 2000-2025 Free Software Foundation, Inc.
MPFR is used under the terms of the GNU Lesser General Public License v3.
The unmodified MPFR shared library is redistributed with CUDA-Q and is
exclusively linked dynamically. It can be replaced with a compatible
version by substituting the shared library file.
Source code at <https://www.mpfr.org/mpfr-current/>
License at <https://www.gnu.org/licenses/lgpl-3.0.html>
The full license text is distributed with CUDA-Q in the files
LICENSES/LICENSE.LGPLv3 (GNU LGPL v3) and LICENSES/LICENSE.GPLv3 (GNU GPL v3,
incorporated by reference by the LGPL v3), located alongside this NOTICE.
----------------------------------------------------------------
OpenSSL - Apache License 2.0
<https://www.openssl.org>
Copyright (c) 1998-2025 The OpenSSL Project Authors
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
Licenses at <https://www.openssl.org/source/license.html>
----------------------------------------------------------------
Curl - custom license
<https://github.com/curl/curl/>
Copyright (c) 1996 - 2026, Daniel Stenberg, <daniel@haxx.se>, and many
contributors, see the THANKS file.
Licenses at <https://github.com/curl/curl/tree/master/LICENSES>
----------------------------------------------------------------
Tweedledum - MIT License
<https://github.com/boschmitt/tweedledum>
Copyright (c) 2018 - Present, EPFL
Copyright (c) 2018 - Present, Bruno Schmitt <bruno [dot] schmitt [at] epfl [dot] ch>
License at <https://github.com/boschmitt/tweedledum/blob/master/LICENSE>
----------------------------------------------------------------
Stim - Apache License 2.0
<https://github.com/quantumlib/Stim>
Copyright 2025 Google LLC.
The incorporated source code and its license can be found as a submodule on the CUDA-Q repository.
License at <https://github.com/quantumlib/Stim/blob/main/LICENSE>
----------------------------------------------------------------
AWS SDK for C++ - Apache License 2.0
<https://github.com/aws/aws-sdk-cpp>
The incorporated source code and its license can be found as a submodule on the CUDA-Q repository.
License at <https://github.com/aws/aws-sdk-cpp/blob/main/LICENSE>
----------------------------------------------------------------
Quantum Resource Management Interface (QRMI) - Apache License 2.0
<https://github.com/qiskit-community/QRMI>
Copyright (c) 2025 IBM and its contributors.
License at <https://github.com/qiskit-community/qrmi/blob/main/LICENSE.txt>
----------------------------------------------------------------