-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
285 additions
and
88 deletions.
There are no files selected for viewing
This file contains 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,36 @@ | ||
.. SQuADDS | ||
Copyright (C) 2023, Sadman Ahmed Shanto & Eli Levenson-Falk | ||
.. _developers: | ||
|
||
.. note:: | ||
|
||
Everyone is welcome to contribute to SQuADDS. Please see review the following section for more information or contact us! | ||
|
||
|
||
Contribution Items | ||
================== | ||
|
||
| **Bug Reports** - Please report any bugs you find in the code or documentation by opening an issue on GitHub. | ||
| **Feature Requests** - If you have an idea for a new feature, please open an issue on GitHub. | ||
| **Pull Requests** - We welcome pull requests from the community. If you submit a pull request, please be patient as we review your work. If you have any questions about contributing, please contact us! | ||
| **Documentation** - We welcome contributions to the documentation. If you find any typos or errors, please open an issue on GitHub. | ||
| **Implementation of Next Release** - If you would like to help in implementing the next version of SQuADDS, please look at `In the Works<https://github.com/shanto268/SQuADDS?tab=readme-ov-file#next-release>`_ | ||
|
||
Developers | ||
=========== | ||
|
||
| `Sadman Ahmed Shanto <https:sadmanahmedshanto.com>`_ (University of Southern California) | ||
|
||
.. _developers-contributors: | ||
|
||
Contributors | ||
============ | ||
|
||
|
||
| **Eli Levenson-Falk** (University of Southern California) - Eternal Guidance Provider 🙏🏽 | ||
| **Andre Kuo** (University of Southern California) - Code contributor | ||
| **Clark Miyamoto** (New York University) - Code contributor | ||
| **Madison Howard** (California Institute of Tech) - Bug Hunter |
This file was deleted.
Oops, something went wrong.
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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,9 @@ | ||
Explanations | ||
============ | ||
|
||
List of Topics | ||
-------------- | ||
|
||
1. **HuggingFace** - Brief description of the topic. | ||
2. **** - Another brief description. | ||
|
This file contains 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 |
---|---|---|
@@ -1,10 +1,21 @@ | ||
Release Notes | ||
============= | ||
|
||
Version 0.0.1 (2023-09-06) | ||
Version 0.1.0 (2023-12-20) | ||
-------------------- | ||
|
||
* **MVP Version** | ||
- Feature 1 description. | ||
- Feature 2 description. | ||
|
||
- Database hosted on `HuggingFac<https://huggingface.co/datasets/SQuADDS/SQuADDS_DB>`_ | ||
|
||
- Pre-simulated data on TransmonCross, Cavity with Claw and Couplers only. | ||
|
||
- Closest pre-simulated design and interpolated design retrieval implemented | ||
|
||
- Interpolation logic based on our `paper<https://arxiv.org/>`_ | ||
|
||
- Tutorials on basic usage, contribution, and simulation added | ||
|
||
- pypi package created | ||
|
||
|
This file contains 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
Oops, something went wrong.