-
Notifications
You must be signed in to change notification settings - Fork 184
/
NOTICE
190 lines (116 loc) · 6.53 KB
/
NOTICE
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
CUDA-Q
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/>
Originally developed by University of Illinois at Urbana Campaign.
The incorporated source code and its license can be found as as 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>.
----------------------------------------------------------------
PyBind11 - BSD-style license
<https://github.com/pybind/pybind11>
The source code is based on the work originally developed by Wenzel Jakob
License at <https://github.com/pybind/pybind11/blob/master/LICENSE>
----------------------------------------------------------------
Ensmallen - 3-Clause BSD License
<https://github.com/mlpack/ensmallen>
The incorporated source code and its license can be found as a submodule on the CUDA-Q repository.
License at <https://github.com/mlpack/ensmallen/blob/master/LICENSE.txt>
----------------------------------------------------------------
Armadillo - Apache License 2.0
<https://gitlab.com/conradsnicta/armadillo-code>
The incorporated source code and its license can be found as as 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>
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/>
The source code is based on the work originally developed by SoftwareQ Inc
License at <https://github.com/softwareQinc/qpp/blob/main/LICENSE>
----------------------------------------------------------------
{fmt} - MIT License
<https://github.com/fmtlib/fmt>
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.rst>
----------------------------------------------------------------
SPDLog - MIT License
<https://github.com/gabime/spdlog>
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>
License at <https://github.com/ORNL-QCI/exatn/blob/devel/LICENSE>
----------------------------------------------------------------
CuQuantum - 3-Clause BSD License
<https://github.com/NVIDIA/cuQuantum>
License at <https://github.com/NVIDIA/cuQuantum/blob/main/LICENSE>
----------------------------------------------------------------
C++ Requests - MIT License
<https://github.com/libcpr/cpr>
Originally developed by Huu Nguyen, libcpr and 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>
License at <https://github.com/xtensor-stack/xtensor/blob/master/LICENSE>
----------------------------------------------------------------
XTensor - BSD-3-Clause
<https://github.com/xtensor-stack/xtensor>
License at <https://github.com/xtensor-stack/xtensor/blob/master/LICENSE>
----------------------------------------------------------------
zlib - custom license
<https://github.com/madler/zlib>
License at <https://github.com/madler/zlib/blob/master/LICENSE>
----------------------------------------------------------------
OpenSSL - Apache License 2.0
<https://www.openssl.org>
Licenses at <https://www.openssl.org/source/license.html>
----------------------------------------------------------------
Curl - custom license
<https://github.com/curl/curl/>
Licenses at <https://github.com/curl/curl/tree/master/LICENSES>
----------------------------------------------------------------
ASIO - Boost Software License - Version 1.0
<https://github.com/chriskohlhoff/asio>
License at <https://github.com/chriskohlhoff/asio/blob/master/asio/LICENSE_1_0.txt>
----------------------------------------------------------------
Crow - BSD-3-Clause
<https://github.com/CrowCpp/Crow>
License at <https://github.com/CrowCpp/Crow/blob/master/LICENSE>
----------------------------------------------------------------
Tweedledum - MIT License
<https://github.com/boschmitt/tweedledum>
License at <https://github.com/boschmitt/tweedledum/blob/master/LICENSE>
----------------------------------------------------------------
Stim - Apache License 2.0
<https://github.com/quantumlib/Stim>
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>
----------------------------------------------------------------