Skip to content
This repository was archived by the owner on Apr 22, 2022. It is now read-only.

Commit b3eb420

Browse files
authored
Merge pull request #3 from sdabhi23/all-contributors/add-parmarmanojkumar
docs: add parmarmanojkumar as a contributor
2 parents 372d3dc + 794cd0c commit b3eb420

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

.all-contributorsrc

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "parmarmanojkumar",
10+
"name": "Manojkumar Parmar",
11+
"avatar_url": "https://avatars0.githubusercontent.com/u/10676690?v=4",
12+
"profile": "https://github.com/parmarmanojkumar",
13+
"contributions": [
14+
"ideas"
15+
]
16+
}
17+
],
18+
"contributorsPerLine": 7,
19+
"projectName": "q-cloud-programming",
20+
"projectOwner": "sdabhi23",
21+
"repoType": "github",
22+
"repoHost": "https://github.com",
23+
"skipCi": true
24+
}

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Quantum Cloud Programming
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25

36
This repo contains implementations of a few programs which can run on simulators as well as actual quantum hardware written using libraries provided by major quantum software stack providers.
47

@@ -81,3 +84,22 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8184
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8285
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
8386
SOFTWARE.
87+
88+
## Contributors ✨
89+
90+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
91+
92+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
93+
<!-- prettier-ignore-start -->
94+
<!-- markdownlint-disable -->
95+
<table>
96+
<tr>
97+
<td align="center"><a href="https://github.com/parmarmanojkumar"><img src="https://avatars0.githubusercontent.com/u/10676690?v=4" width="100px;" alt=""/><br /><sub><b>Manojkumar Parmar</b></sub></a><br /><a href="#ideas-parmarmanojkumar" title="Ideas, Planning, & Feedback">🤔</a></td>
98+
</tr>
99+
</table>
100+
101+
<!-- markdownlint-enable -->
102+
<!-- prettier-ignore-end -->
103+
<!-- ALL-CONTRIBUTORS-LIST:END -->
104+
105+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)