-
-
Notifications
You must be signed in to change notification settings - Fork 1
Add NOTICE as disclaimer #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,42 @@ | ||
| QUANTUM COMPUTING 101 EDUCATIONAL PROJECT | ||
| ========================================== | ||
|
|
||
| Copyright 2025 AI Computing 101 | ||
|
|
||
| This product includes software developed for educational purposes in quantum computing. | ||
|
|
||
| EDUCATIONAL PURPOSE DISCLAIMER: | ||
| This project is exclusively designed for educational, learning, and research purposes. All content, algorithms, code examples, and documentation are derived from publicly available sources, academic literature, open-source frameworks, and standard educational materials. | ||
|
|
||
| SOURCE ATTRIBUTION: | ||
| - Quantum algorithms: Based on published academic papers and textbooks | ||
| - Code examples: Derived from official documentation of open-source frameworks | ||
| - Mathematical foundations: Standard quantum mechanics and linear algebra | ||
| - Industry applications: Public knowledge and published research | ||
|
|
||
| THIRD-PARTY COMPONENTS: | ||
| This project uses the following major open-source quantum computing frameworks: | ||
| - Qiskit (Apache License 2.0) - IBM Quantum | ||
| - Cirq (Apache License 2.0) - Google Quantum AI | ||
| - PennyLane (Apache License 2.0) - Xanadu | ||
| - NumPy, SciPy, Matplotlib (BSD/MIT Licenses) | ||
| - Scikit-learn (BSD License) | ||
|
|
||
| DISCLAIMERS: | ||
| - NO CONFIDENTIAL INFORMATION: This project contains no proprietary, confidential, or classified information | ||
| - NO TRADE SECRETS: All algorithms and techniques are from the public domain or published research | ||
| - EDUCATIONAL ONLY: Not intended for production quantum computing systems without proper review | ||
| - COST AWARENESS: Cloud quantum computing examples may incur costs - users are responsible | ||
| - AS-IS BASIS: Provided for educational purposes without warranties | ||
|
|
||
| COMPLIANCE: | ||
| - Export Control: Contains no controlled technology or restricted information | ||
| - Patent Safety: All algorithms are either patent-free, expired patents, or public domain | ||
| - Academic Integrity: Appropriate for use in educational and research institutions | ||
| - Open Source: Complies with all dependency licenses and open source standards | ||
|
|
||
| For questions about this project, licensing, or legal compliance, please contact: | ||
| Repository: https://github.com/AIComputing101/quantum-computing-101 | ||
| Issues: https://github.com/AIComputing101/quantum-computing-101/issues | ||
|
|
||
| This notice must be included in all copies or substantial portions of the software. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's an extra space at the end of line 20 after 'Google Quantum AI'. This trailing whitespace should be removed for consistency.