Spaces:
Runtime error
Runtime error
Update license.txt
Browse files- license.txt +5 -4
license.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
|
2 |
-
© Copyright IBM 2017, 2022.
|
3 |
|
4 |
This code is licensed under the Apache License, Version 2.0. You may
|
5 |
obtain a copy of this license in the LICENSE.txt file in the root directory
|
@@ -7,6 +6,8 @@ of this source tree or at http://www.apache.org/licenses/LICENSE-2.0.
|
|
7 |
|
8 |
Any modifications or derivative works of this code must retain this
|
9 |
copyright notice, and modified files need to carry a notice indicating
|
10 |
-
that they have been altered from the originals.
|
11 |
|
12 |
-
This
|
|
|
|
|
|
1 |
+
Portions of this code is a part of Qiskit © Copyright IBM 2017, 2022.
|
|
|
2 |
|
3 |
This code is licensed under the Apache License, Version 2.0. You may
|
4 |
obtain a copy of this license in the LICENSE.txt file in the root directory
|
|
|
6 |
|
7 |
Any modifications or derivative works of this code must retain this
|
8 |
copyright notice, and modified files need to carry a notice indicating
|
9 |
+
that they have been altered from the originals.
|
10 |
|
11 |
+
This example is an alteration of the original code which is public under IBM documentation of use of Qiskit for Quantum Machine Learning (QML).
|
12 |
+
|
13 |
+
This space is an attempt to get Qiskit Quantum Neural Net working on the HF Spaces architecture and has modifications of the original. Intent is proof of concept to use classical architecture neural network technology alongside functional quantum computers hosted on the same platform using the Bracket architecture (https://aws.amazon.com/blogs/quantum-computing/introducing-the-qiskit-provider-for-amazon-braket/)
|