forked from NVIDIA/cuda-quantum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NOTICE
133 lines (82 loc) · 4.83 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
CUDA Quantum
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 Quantum 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 Quantum 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 Quantum 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 Quantum 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 Quantum 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 Quantum 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 Quantum 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>
----------------------------------------------------------------