Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Issue reporting
~~~~~~~~~~~~~~~

This is a good point to start, when you find a problem please add
it to the `issue tracker <https://github.com/QISKit/qiskit-sdk-py/issues>`_.
it to the `issue tracker <https://github.com/QISKit/qiskit-core/issues>`_.
The ideal report should include the steps to reproduce it.

Doubts solving
Expand Down Expand Up @@ -63,10 +63,10 @@ Linux and Mac

.. code::

qiskit-sdk-py$ mkdir out
qiskit-sdk-py$ cd out
qiskit-sdk-py/out$ cmake ..
qiskit-sdk-py/out$ make
qiskit-core$ mkdir out
qiskit-core$ cd out
qiskit-core/out$ cmake ..
qiskit-core/out$ make

Windows

Expand Down
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,15 +153,15 @@ jobs:
# github pages documentation update (GNU/Linux, Python 3.5)
- stage: deploy doc and pypi
<<: *stage_linux_no_compile
if: branch = stable and repo = QISKit/qiskit-sdk-py and type = push
if: branch = stable and repo = QISKit/qiskit-core and type = push
script: cd ..
deploy:
<<: *deploy_ghpages

# GNU/Linux, Python 3.5
- stage: deploy doc and pypi
<<: *stage_linux
if: branch = stable and repo = QISKit/qiskit-sdk-py and type = push
if: branch = stable and repo = QISKit/qiskit-core and type = push
install: mkdir out && cd out && cmake $CMAKE_FLAGS ..
script: cd ..
deploy:
Expand All @@ -170,7 +170,7 @@ jobs:
# OSX, Python 3.latest (brew does not support versions)
- stage: deploy doc and pypi
<<: *stage_osx
if: branch = stable and repo = QISKit/qiskit-sdk-py and type = push
if: branch = stable and repo = QISKit/qiskit-core and type = push
install: mkdir out && cd out && cmake $CMAKE_FLAGS ..
script: cd ..
deploy:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Quantum Information Science Kit (QISKit)

[![PyPI](https://img.shields.io/pypi/v/qiskit.svg)](https://pypi.python.org/pypi/qiskit)
[![Build Status](https://travis-ci.org/QISKit/qiskit-sdk-py.svg?branch=master)](https://travis-ci.org/QISKit/qiskit-sdk-py)
[![Build Status](https://travis-ci.org/QISKit/qiskit-core.svg?branch=master)](https://travis-ci.org/QISKit/qiskit-core)

The Quantum Information Science Kit (**QISKit** for short) is a software development kit (SDK) for
working with [OpenQASM](https://github.com/QISKit/qiskit-openqasm) and the
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ Authors (alphabetical)
Luciano Bello, Jim Challenger, Andrew Cross, Ismael Faro, Jay Gambetta,
Juan Gomez, Paco Martin, Ali Javadi-Abhari, Diego Moreda, Jesus Perez,
Erick Winston and Chris Wood,
along with `many contributors <https://github.com/QISKit/qiskit-sdk-py/blob/master/CONTRIBUTORS.md>`_.
along with `many contributors <https://github.com/QISKit/qiskit-core/blob/master/CONTRIBUTORS.md>`_.
6 changes: 3 additions & 3 deletions doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ Depending on the system and setup, appending "sudo -H" before the


For additional troubleshooting tips, see the `QISKit troubleshooting page
<https://github.com/QISKit/qiskit-sdk-py/wiki/QISKit-Troubleshooting>`_
<https://github.com/QISKit/qiskit-core/wiki/QISKit-Troubleshooting>`_
on the project's GitHub wiki.

.. _tutorials: https://github.com/QISKit/qiskit-tutorial
.. _tutorials repository: https://github.com/QISKit/qiskit-tutorial
.. _documentation for contributors: https://github.com/QISKit/qiskit-sdk-py/blob/master/.github/CONTRIBUTING.rst
.. _Qconfig.py.default: https://github.com/QISKit/qiskit-sdk-py/blob/stable/Qconfig.py.default
.. _documentation for contributors: https://github.com/QISKit/qiskit-core/blob/master/.github/CONTRIBUTING.rst
.. _Qconfig.py.default: https://github.com/QISKit/qiskit-core/blob/stable/Qconfig.py.default
6 changes: 3 additions & 3 deletions doc/ja/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ QISKitをインストールする最も簡単な方法はPIP tool(Pythonのパ

.. code:: sh

git clone https://github.com/QISKit/qiskit-sdk-py
cd qiskit-sdk-py
git clone https://github.com/QISKit/qiskit-core
cd qiskit-core

- もしGitをインストールしていない場合は、
`QISKit SDK GitHub repo <https://github.com/QISKit/qiskit-sdk-py>`__ の
`QISKit SDK GitHub repo <https://github.com/QISKit/qiskit-core>`__ の
"Clone or download"ボタンをクリックして、
その後ダウンロードしたファイルを展開し、そのディレクトリーに移動し作業を開始します。

Expand Down
2 changes: 1 addition & 1 deletion doc/ja/qiskit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ QISKitは、深さが限定的な量子回路を設計して直近の応用を
----------------
QISKitプロジェクトの構成は以下の通りです:

* `QISKit SDK <https://github.com/IBM/qiskit-sdk-py>`_:
* `QISKit SDK <https://github.com/QISKit/qiskit-core>`_:
量子コンピューターのプログラムやアプリケーションを開発して実験を行うためのPythonソフトウェア開発キット

* `QISKit API <https://github.com/IBM/qiskit-api-py>`_:
Expand Down
12 changes: 6 additions & 6 deletions doc/ko/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Quantum Information Science Kit (QISKit)

[![PyPI](https://img.shields.io/pypi/v/qiskit.svg)](https://pypi.python.org/pypi/qiskit)
[![Build Status](https://travis-ci.org/QISKit/qiskit-sdk-py.svg?branch=master)](https://travis-ci.org/QISKit/qiskit-sdk-py)
[![Build Status](https://travis-ci.org/QISKit/qiskit-core.svg?branch=master)](https://travis-ci.org/QISKit/qiskit-core)

**QISKit**은 [OpenQASM](https://github.com/QISKit/qiskit-openqasm)과 [IBM Q experience (QX)](https://quantumexperience.ng.bluemix.net/)에서 사용할 수 있는 SDK(software development kit)입니다.

Expand Down Expand Up @@ -37,14 +37,14 @@ QISKit SDK 레파지토리를 여러분의 로컬 머신에 Clone하는 다른

#### Manual download

수동 다운로드 방법으로 이 웹페이지의 상단의 "Clone or download" 버튼을 누르세요 (혹은 git clone 커맨드 상에 보이는 URL을 통해), 만일 필요하다면 압축을 풀고 폴더 이름을 터미널 상에서 다음과 같이 바꾸세요. **qiskit-sdk-py folder**
수동 다운로드 방법으로 이 웹페이지의 상단의 "Clone or download" 버튼을 누르세요 (혹은 git clone 커맨드 상에 보이는 URL을 통해), 만일 필요하다면 압축을 풀고 폴더 이름을 터미널 상에서 다음과 같이 바꾸세요. **qiskit-core folder**

#### Git download

혹은, 만일 여러분이 이미 Git을 설치했다면, 다음의 커맨드를 실행하세요:
```
git clone https://github.com/QISKit/qiskit-sdk-py
cd qiskit-sdk-py
git clone https://github.com/QISKit/qiskit-core
cd qiskit-core
```

#### Setup your enviroment
Expand Down Expand Up @@ -134,15 +134,15 @@ QISKit은 본래 [IBM Research](http://www.research.ibm.com/)연구팀과 [IBM-Q

## Multilanguage guide

* **[Korean Translation](https://github.com/QISKit/qiskit-sdk-py/tree/master/doc/ko/README-ko.md)**, 한글 기본 가이드 라인
* **[Korean Translation](https://github.com/QISKit/qiskit-core/tree/master/doc/ko/README-ko.md)**, 한글 기본 가이드 라인

## Authors (alphabetical)

QISKit was originally authored by
Luciano Bello, Jim Challenger, Andrew Cross, Ismael Faro, Jay Gambetta, Juan Gomez,
Ali Javadi-Abhari, Paco Martin, Diego Moreda, Jesus Perez, Erick Winston and Chris Wood.

And continues to grow with the help and work of [many people](https://github.com/QISKit/qiskit-sdk-py/tree/master/CONTRIBUTORS.md) who contribute
And continues to grow with the help and work of [many people](https://github.com/QISKit/qiskit-core/tree/master/CONTRIBUTORS.md) who contribute
to the project at different levels.

## License
Expand Down
2 changes: 1 addition & 1 deletion doc/qiskit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Project Overview
----------------
The QISKit project comprises:

* `QISKit SDK <https://github.com/QISKit/qiskit-sdk-py>`_: Python software
* `QISKit SDK <https://github.com/QISKit/qiskit-core>`_: Python software
development kit for writing quantum computing experiments, programs, and
applications.

Expand Down
20 changes: 10 additions & 10 deletions doc/zh/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Quantum Information Science Kit (QISKit)

[![PyPI](https://img.shields.io/pypi/v/qiskit.svg)](https://pypi.python.org/pypi/qiskit)
[![Build Status](https://travis-ci.org/QISKit/qiskit-sdk-py.svg?branch=master)](https://travis-ci.org/QISKit/qiskit-sdk-py)
[![Build Status](https://travis-ci.org/QISKit/qiskit-core.svg?branch=master)](https://travis-ci.org/QISKit/qiskit-core)

**QISKit**是一个用于和 [OpenQASM](https://github.com/QISKit/qiskit-openqasm)和
[IBM Q experience (QX)](https://quantumexperience.ng.bluemix.net/)协同工作的软件开发工具包(SDK)。
Expand All @@ -12,7 +12,7 @@
**我们使用 GitHub issues 来追踪需求和错误。详见**
[IBM Q experience community](https://quantumexperience.ng.bluemix.net/qx/community) **中的提问和讨论。**
**如果您有意对 QISKit 做出贡献,请参见我们的**
[contribution guidelines](https://github.com/QISKit/qiskit-sdk-py/blob/master/.github/CONTRIBUTING.rst)。
[contribution guidelines](https://github.com/QISKit/qiskit-core/blob/master/.github/CONTRIBUTING.rst)。

链接索引:

Expand Down Expand Up @@ -53,7 +53,7 @@ PIP 为以下平台预装有二进制版本:
#### 配置您的安装环境

我们建议采用python虚拟环境来提升运行体验。更多信息请参见
[Environment Setup documentation](https://github.com/QISKit/qiskit-sdk-py/blob/master/doc/install.rst#3.1-Setup-the-environment) 。
[Environment Setup documentation](https://github.com/QISKit/qiskit-core/blob/master/doc/install.rst#3.1-Setup-the-environment) 。

## 创建您的第一个量子程序

Expand Down Expand Up @@ -105,7 +105,7 @@ print(sim_result.get_counts("bell"))
COMPLETED
{'counts': {'00': 512, '11': 512}}
```
可以在 [这里](https://github.com/QISKit/qiskit-sdk-py/blob/master/examples/python/hello_quantum.py)找到此例的脚本。
可以在 [这里](https://github.com/QISKit/qiskit-core/blob/master/examples/python/hello_quantum.py)找到此例的脚本。

### 在一个真实的量子芯片上执行您的程序

Expand All @@ -119,7 +119,7 @@ COMPLETED
账号,如果您还没有的话。
2. 在IBM Q experience网页上取得一个API 令牌: "`My Account`" >
"`Personal Access Token`"。这个API令牌将使您可以在IBM Q 体验后端上运行您的程序。
[示例](https://github.com/QISKit/qiskit-sdk-py/blob/master/doc/example_real_backend.rst)。
[示例](https://github.com/QISKit/qiskit-core/blob/master/doc/example_real_backend.rst)。
3. 之后我们将创建一个新的文件叫 `Qconfig.py` 并在其中插入 API 令牌。此文件必须包含以下内容:
```python
APItoken = 'MY_API_TOKEN'
Expand Down Expand Up @@ -160,8 +160,8 @@ Q_program.set_api(Qconfig.APItoken, Qconfig.config["url"], verify=False,
那么您可以复制和修改这些notebooks来创建您自己的实验。

如要将教程安装在 QISKit SDK 中,请参见
[安装详述](https://github.com/QISKit/qiskit-sdk-py/blob/master/doc/install.rst#Install-Jupyter-based-tutorials)。 完整的 SDK
文档请参见 [*doc* directory](https://github.com/QISKit/qiskit-sdk-py/blob/master/doc/qiskit.rst) 和
[安装详述](https://github.com/QISKit/qiskit-core/blob/master/doc/install.rst#Install-Jupyter-based-tutorials)。 完整的 SDK
文档请参见 [*doc* directory](https://github.com/QISKit/qiskit-core/blob/master/doc/qiskit.rst) 和
[QISKit 官网](https://www.qiskit.org/documentation)。

## 更多信息
Expand All @@ -183,19 +183,19 @@ QISKit 最早是由[IBM Research](http://www.research.ibm.com/)研究中心的
[IBM-Q](http://www.research.ibm.com/ibm-q/) 团队的研究人员和开发人员开发的,
旨在提供一个与量子计算机配套的高水平的开发工具包。

欲知更多有关 QISKit 和更广泛地有关量子计算的提问和讨论请访问 [IBM Q experience community](https://quantumexperience.ng.bluemix.net/qx/community)。 如果您有兴趣为 QISKit 做出贡献,请参见我们的 [contribution guidelines](https://github.com/QISKit/qiskit-sdk-py/blob/master/.github/CONTRIBUTING.rst)。
欲知更多有关 QISKit 和更广泛地有关量子计算的提问和讨论请访问 [IBM Q experience community](https://quantumexperience.ng.bluemix.net/qx/community)。 如果您有兴趣为 QISKit 做出贡献,请参见我们的 [contribution guidelines](https://github.com/QISKit/qiskit-core/blob/master/.github/CONTRIBUTING.rst)。

## 多语言指导

* **[Korean Translation](https://github.com/QISKit/qiskit-sdk-py/blob/master/doc/ko/README.md)**, 基本的韩语指导。
* **[Korean Translation](https://github.com/QISKit/qiskit-core/blob/master/doc/ko/README.md)**, 基本的韩语指导。

## 作者 (按字母顺序)

QISKit was originally authored by
Luciano Bello, Jim Challenger, Andrew Cross, Ismael Faro, Jay Gambetta, Juan Gomez,
Ali Javadi-Abhari, Paco Martin, Diego Moreda, Jesus Perez, Erick Winston and Chris Wood.

And continues to grow with the help and work of [many people](https://github.com/QISKit/qiskit-sdk-py/tree/master/CONTRIBUTORS.md) who contribute
And continues to grow with the help and work of [many people](https://github.com/QISKit/qiskit-core/tree/master/CONTRIBUTORS.md) who contribute
to the project at different levels.

## 版权许可证
Expand Down
4 changes: 2 additions & 2 deletions qiskit/backends/local/qasm_simulator_cpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class QasmSimulatorCpp(BaseBackend):

DEFAULT_CONFIGURATION = {
'name': 'local_qasm_simulator_cpp',
'url': 'https://github.com/QISKit/qiskit-sdk-py/src/qasm-simulator-cpp',
'url': 'https://github.com/QISKit/qiskit-core/src/qasm-simulator-cpp',
'simulator': True,
'local': True,
'description': 'A C++ realistic noise simulator for qobj files',
Expand Down Expand Up @@ -110,7 +110,7 @@ class CliffordSimulatorCpp(BaseBackend):

DEFAULT_CONFIGURATION = {
'name': 'local_clifford_simulator_cpp',
'url': 'https://github.com/QISKit/qiskit-sdk-py/src/qasm-simulator-cpp',
'url': 'https://github.com/QISKit/qiskit-core/src/qasm-simulator-cpp',
'simulator': True,
'local': True,
'description': 'A C++ Clifford simulator with approximate noise',
Expand Down
2 changes: 1 addition & 1 deletion qiskit/backends/local/qasm_simulator_py.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class QasmSimulatorPy(BaseBackend):

DEFAULT_CONFIGURATION = {
'name': 'local_qasm_simulator_py',
'url': 'https://github.com/QISKit/qiskit-sdk-py',
'url': 'https://github.com/QISKit/qiskit-core',
'simulator': True,
'local': True,
'description': 'A python simulator for qasm files',
Expand Down
2 changes: 1 addition & 1 deletion qiskit/backends/local/statevector_simulator_cpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class StatevectorSimulatorCpp(QasmSimulatorCpp):

DEFAULT_CONFIGURATION = {
'name': 'local_statevector_simulator_cpp',
'url': 'https://github.com/QISKit/qiskit-sdk-py/src/qasm-simulator-cpp',
'url': 'https://github.com/QISKit/qiskit-core/src/qasm-simulator-cpp',
'simulator': True,
'local': True,
'description': 'A C++ statevector simulator for qobj files',
Expand Down
2 changes: 1 addition & 1 deletion qiskit/backends/local/statevector_simulator_py.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class StatevectorSimulatorPy(QasmSimulatorPy):

DEFAULT_CONFIGURATION = {
'name': 'local_statevector_simulator_py',
'url': 'https://github.com/QISKit/qiskit-sdk-py',
'url': 'https://github.com/QISKit/qiskit-core',
'simulator': True,
'local': True,
'description': 'A Python statevector simulator for qobj files',
Expand Down
2 changes: 1 addition & 1 deletion qiskit/backends/local/statevector_simulator_sympy.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class StatevectorSimulatorSympy(BaseBackend):

DEFAULT_CONFIGURATION = {
'name': 'local_statevector_simulator_sympy',
'url': 'https://github.com/QISKit/qiskit-sdk-py',
'url': 'https://github.com/QISKit/qiskit-core',
'simulator': True,
'local': True,
'description': 'A sympy-based statevector simulator',
Expand Down
2 changes: 1 addition & 1 deletion qiskit/backends/local/unitary_simulator_py.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class UnitarySimulatorPy(BaseBackend):

DEFAULT_CONFIGURATION = {
'name': 'local_unitary_simulator_py',
'url': 'https://github.com/QISKit/qiskit-sdk-py',
'url': 'https://github.com/QISKit/qiskit-core',
'simulator': True,
'local': True,
'description': 'A python simulator for unitary matrix',
Expand Down
2 changes: 1 addition & 1 deletion qiskit/backends/local/unitary_simulator_sympy.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class UnitarySimulatorSympy(BaseBackend):

DEFAULT_CONFIGURATION = {
'name': 'local_unitary_simulator_sympy',
'url': 'https://github.com/QISKit/qiskit-sdk-py',
'url': 'https://github.com/QISKit/qiskit-core',
'simulator': True,
'local': True,
'description': 'A sympy simulator for unitary matrix',
Expand Down
2 changes: 1 addition & 1 deletion setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ setup(
long_description="""QISKit is a software development kit for writing
quantum computing experiments, programs, and applications. Works with
Python 3.5 and 3.6""",
url="https://github.com/QISKit/qiskit-sdk-py",
url="https://github.com/QISKit/qiskit-core",
author="QISKit Development Team",
author_email="qiskit@us.ibm.com",
license="Apache 2.0",
Expand Down
Loading