-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from XanaduAI/sfv0.11_update
Update to support SF v0.11
- Loading branch information
Showing
29 changed files
with
890 additions
and
1,083 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
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,19 +1,31 @@ | ||
language: python | ||
cache: pip | ||
python: | ||
- 3.5 | ||
- 3.6 | ||
dist: xenial | ||
matrix: | ||
include: | ||
- python: 3.6 | ||
env: | ||
- TF=1 | ||
- COVERAGE=1 | ||
- python: 3.7 | ||
env: | ||
- TF=0 | ||
- COVERAGE=0 | ||
env: | ||
- LOGGING=info | ||
install: | ||
- pip install pip --upgrade | ||
- pip install -e git+https://github.com/XanaduAI/pennylane.git#egg=pennylane | ||
- pip install -e git+https://github.com/XanaduAI/strawberryfields.git#egg=strawberryfields | ||
- if [ "$TF" = "1" ]; then pip install tensorflow==1.3; fi | ||
- pip install -r requirements.txt | ||
- pip install wheel codecov | ||
- pip install pytest pytest-cov wheel codecov --upgrade | ||
- python3 setup.py bdist_wheel | ||
- pip install dist/SFOpenBoson*.whl | ||
script: | ||
- coverage3 run -m unittest discover sfopenboson/tests | ||
- make coverage | ||
after_success: | ||
- codecov | ||
- if [ "$COVERAGE" = "1" ]; then codecov; fi | ||
notifications: | ||
slack: | ||
secure: FfvzFoLEPy+O1hkz+co7W/P2DAeGTqUYRTh7cA90wkhZNN+qHBXdhKzNOAZs4V462/AHHi13K95ltBCuW9nE6eJveZGQkPlLr9ojZtVKzIzNP2TgpnYRdAhogW1cmRdquPcPUXNBfs71DOPFTI2J8Kr1U3uZNkJ0HSURPlF05M11ESXPMzeMSNMjCAanFD+62+hsV8Jsx7vmLtiTCpMbatTgKYB/IE3nV2khILWMGcokxX5cSJ1/RRittLWMqLrmUPZnZ3f5G6YbkeV40Z//1/DK2/Mgw4ryZzZzCe3L4HQMxry5YeCJucnfGJmqJzRzB+JxNn0gRT4RX4SCJJBAa6BISwVvP89HFN5tkXGl8RYsKBJ0sdzbwQ0MFnS4rVoQP1IEAkx+TZ3fUzPZ68KDhspSxght6H+oRQCcaNFoHjh6xJSvAJQem6BQVyGErcjrmoxcPWmdNfiLs8lENcBSbN8fiZia8leCo5jzyl7dvBtlkRgvtx9pLSkevDLbPDMPVQokmXuVIG3psKCPZuAGAUTOP/FRYlZXCmXALsNAe7nuetXUSKL6P0YlA5PNPzstDEKe0LX50eiQV2olPPuLYed/Z6v7/VVIV4jgUXYVbnhbjY+g4pL1ikg58kbBY6afxXW4AGpvYoFEgdVmlBTvldlIXl84n3lH5hBHIVQiLiY= |
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 |
---|---|---|
@@ -1,4 +1,2 @@ | ||
.. automodule:: sfopenboson.ops | ||
:members: | ||
:inherited-members: | ||
:private-members: |
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
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
sphinxcontrib-bibtex | ||
strawberryfields>=0.7.3 | ||
strawberryfields>=0.11 |
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
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
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,5 +1,5 @@ | ||
<a href="http://xanadu.ai" class="text-logo"> | ||
<img src="{{ pathto('_static/' ~ theme_touch_icon, 1) }}" class="logo active" width=80%></img> | ||
<img src="{{ pathto('_static/logo_new_small.png', 1) }}" class="logo-small" width=80%></img> | ||
<img src="{{ pathto(theme_touch_icon, 1) }}" class="logo active" width=80%></img> | ||
<img src="{{ pathto(theme_touch_icon_small, 1) }}" class="logo-small" width=80%></img> | ||
<!-- <span id="project-name">{{ theme_project_nav_name or shorttitle }}</span> --> | ||
</a> |
Oops, something went wrong.