Skip to content

Commit d153c28

Browse files
authored
Add basic setup
Add basic setup
2 parents d535317 + b615374 commit d153c28

16 files changed

+1086
-0
lines changed

.editorconfig

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# This code is part of Qiskit.
2+
#
3+
# (C) Copyright IBM 2017, 2022.
4+
#
5+
# This code is licensed under the Apache License, Version 2.0. You may
6+
# obtain a copy of this license in the LICENSE.txt file in the root directory
7+
# of this source tree or at http://www.apache.org/licenses/LICENSE-2.0.
8+
#
9+
# Any modifications or derivative works of this code must retain this
10+
# copyright notice, and modified files need to carry a notice indicating
11+
# that they have been altered from the originals.
12+
13+
# EditorConfig sets project-wide editor defaults: https://EditorConfig.org
14+
15+
# top-most EditorConfig file, stop looking higher in the tree
16+
root = true
17+
18+
# Default settings can be overriden by editorconfig file in a subdir
19+
# or by a specific glob later in this file
20+
[*]
21+
end_of_line = lf
22+
insert_final_newline = true
23+
charset = utf-8
24+
indent_style = space
25+
trim_trailing_whitespace = true
26+
27+
# Python
28+
[*.py]
29+
indent_size = 4
30+
31+
# Javascript
32+
[*.{js,json}]
33+
indent_style = space
34+
indent_size = 2
35+
36+
## Windows files
37+
# [*.bat]
38+
# end_of_line = crlf
39+
40+
# Makefile
41+
[Makefile]
42+
indent_style = tab
43+
44+
# Markdown
45+
[*.md]
46+
# trailing whitespace is used for <br/> in md (yuck)
47+
trim_trailing_whitespace = false
48+
49+
# YAML
50+
[*.{yaml,yml}]
51+
indent_size = 2

.git-blame-ignore-revs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

.gitignore

Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
# MacOSX
2+
.DS_Store
3+
4+
# Dolphin KDE
5+
.directory
6+
7+
# editor files
8+
.vscode/
9+
.idea/
10+
11+
# Standard python ignores follow
12+
13+
# Byte-compiled / optimized / DLL files
14+
__pycache__/
15+
*.py[cod]
16+
*$py.class
17+
18+
# C extensions
19+
*.so
20+
*.so.dSYM
21+
*.dll
22+
23+
# Distribution / packaging
24+
.Python
25+
env/
26+
build/
27+
develop-eggs/
28+
dist/
29+
downloads/
30+
eggs/
31+
.eggs/
32+
parts/
33+
sdist/
34+
var/
35+
wheels/
36+
*.egg-info/
37+
.installed.cfg
38+
*.egg
39+
MANIFEST
40+
install/
41+
42+
# PyInstaller
43+
# Usually these files are written by a python script from a template
44+
# before PyInstaller builds the exe, so as to inject date/other infos into it.
45+
*.manifest
46+
*.spec
47+
48+
# Installer logs
49+
pip-log.txt
50+
pip-delete-this-directory.txt
51+
52+
# Unit test / coverage reports
53+
htmlcov/
54+
.tox/
55+
.coverage
56+
.coverage.*
57+
.cache
58+
nosetests.xml
59+
coverage.xml
60+
*,cover
61+
.hypothesis/
62+
.pytest_cache/
63+
test/**/*.log
64+
test/**/*.pdf
65+
test/**/*.prof
66+
test/**/*.npz
67+
68+
# Translations
69+
*.mo
70+
*.pot
71+
72+
# Django stuff:
73+
*.log
74+
.static_storage/
75+
.media/
76+
local_settings.py
77+
78+
# Flask stuff:
79+
instance/
80+
.webassets-cache
81+
82+
# Scrapy stuff:
83+
.scrapy
84+
85+
# Sphinx documentation
86+
*/_build/
87+
docs/api/*
88+
docs/stubs/*
89+
docs/tutorials/data
90+
91+
# PyBuilder
92+
target/
93+
94+
# Jupyter Notebook
95+
.ipynb_checkpoints
96+
97+
# pyenv
98+
.python-version
99+
100+
# celery beat schedule file
101+
celerybeat-schedule
102+
103+
# SageMath parsed files
104+
*.sage.py
105+
106+
# Environments
107+
.env
108+
.venv
109+
env/
110+
venv/
111+
ENV/
112+
env.bak/
113+
venv.bak/
114+
115+
# Spyder project settings
116+
.spyderproject
117+
.spyproject
118+
119+
# Rope project settings
120+
.ropeproject
121+
122+
# mkdocs documentation
123+
/site
124+
125+
# mypy
126+
.mypy_cache/
127+
128+
# stestr repostiory
129+
.stestr/

.mailmap

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
Abby Mitchell <[email protected]>
2+
Alexander Miessen <[email protected]>
3+
Ali Javadi-Abhari <[email protected]>
4+
Almudena Carrera Vazquez <[email protected]> <[email protected]>
5+
Amol Deshmukh <[email protected]>
6+
Anna Phan <[email protected]>
7+
8+
Anton Dekusar <[email protected]>
9+
Arianna Crippa <[email protected]>
10+
CisterMoke <[email protected]>
11+
Clemens Possel <[email protected]>
12+
Daniel J. Egger <[email protected]>
13+
Dariusz Lasecki <[email protected]>
14+
Declan Millar <[email protected]>
15+
Edwin Navarro <[email protected]>
16+
17+
Eric Arellano <[email protected]>
18+
Evgenii Zheltonozhskii <[email protected]>
19+
Freya Shah <[email protected]>
20+
Gian Gentinetta <[email protected]>
21+
Ikko Hamamura <[email protected]>
22+
Isaac Cilia Attard <[email protected]>
23+
Jake Lishman <[email protected]>
24+
Jeevesh Krishna <[email protected]>
25+
Jim Garrison <[email protected]>
26+
Jintao YU <[email protected]>
27+
John Lapeyre <[email protected]>
28+
Julien Gacon <[email protected]>
29+
Junye Huang <[email protected]>
30+
Kevin Krsulich <[email protected]>
31+
Lev Bishop <[email protected]>
32+
Lucia Cuervo Valor <[email protected]>
33+
Luciano Bello <[email protected]>
34+
35+
Marc Sanz Drudis <[email protected]>
36+
Matthew Treinish <[email protected]>
37+
Max Rossmannek <[email protected]>
38+
Miroslav Tomasik <[email protected]>
39+
Pieter Eendebak <[email protected]>
40+
Santanu Banerjee <[email protected]>
41+
Shion Fukuzawa <[email protected]>
42+
Slavikmew <[email protected]>
43+
Steve Wood <[email protected]>
44+
Takashi Imamichi <[email protected]>
45+
Tamiya Onodera <[email protected]>
46+
Thomas Alexander <[email protected]>
47+
Tristan NEMOZ <[email protected]>
48+
Vicente P. Soloviev <[email protected]>
49+
Vishal Bajpe <[email protected]>
50+
Vishnu Ajith <[email protected]>
51+
52+
bartek-bartlomiej <[email protected]>
53+
charmerDark <[email protected]>
54+
chetmurthy <[email protected]>
55+
fs1132429 <[email protected]>
56+
jeppevinkel <[email protected]>
57+

CODE_OF_CONDUCT.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!-- Copyright Contributors to the Qiskit project. -->
2+
3+
# Code of Conduct
4+
All members of this project agree to adhere to the Qiskit Code of Conduct listed at [https://github.com/Qiskit/qiskit/blob/master/CODE_OF_CONDUCT.md](https://github.com/Qiskit/qiskit/blob/master/CODE_OF_CONDUCT.md)
5+
6+
----
7+
8+
License: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/),
9+
Copyright Contributors to Qiskit.

0 commit comments

Comments
 (0)