Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikwilde authored Aug 22, 2023
2 parents cbe1632 + 1921653 commit e44e52a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
python -m pytest tests --tb=native
- name: Publish
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI }}
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

# General information about the project.
project = "PennyLane-Qulacs"
copyright = "2022, Xanadu Quantum Technologies Inc."
copyright = "2023, Xanadu Quantum Technologies Inc."
author = "Steven Oud and Xanadu"

add_module_names = False
Expand Down Expand Up @@ -255,7 +255,7 @@ def __getattr__(cls, name):
],
"toc_overview": True,
"navbar_active_link": 3,
"google_analytics_tracking_id": "UA-130507810-1"
"google_analytics_tracking_id": "G-C480Z9JL0D"
}

edit_on_github_project = 'PennyLaneAI/pennylane-qulacs'
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Check out these demos to see the PennyLane-Qulacs plugin in action:

.. title-card::
:name: Intro to QAOA
:description: <img src="https://pennylane.ai/qml/_images/qaoa_layer.png" width="100%" />
:description: <img src="https://pennylane.ai/_images/qaoa_layer.png" width="100%" />
:link: https://pennylane.ai/qml/demos/tutorial_qaoa_intro.html


Expand Down

0 comments on commit e44e52a

Please sign in to comment.