Skip to content

Commit

Permalink
added links to whitepaper [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
josh146 committed Apr 11, 2018
1 parent 7bfb6c8 commit 0255cd6
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ Nathan Killoran, Josh Izaac, Nicolás Quesada, Ville Bergholm, Matthew Amy, and
We welcome contributions - simply fork the Strawberry Fields repository, and then make a
`pull request <https://help.github.com/articles/about-pull-requests/>`_ containing your contribution.

If you are doing research using Strawberry Fields, please cite `our whitepaper <https://arxiv.org/abs/1804.03159>`_:

Nathan Killoran, Josh Izaac, Nicolás Quesada, Ville Bergholm, Matthew Amy, and Christian Weedbrook. Strawberry Fields: A Software Platform for Photonic Quantum Computing. *arXiv*, 2018. arXiv:1804.03159


Support
=======
Expand Down
4 changes: 3 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ class TypeMock(type):

# General information about the project.
project = 'Strawberry Fields'
copyright = '2018, Xanadu Quantum Technologies Inc'
copyright = """Nathan Killoran, Josh Izaac, Nicolás Quesada, Ville Bergholm, Matthew Amy, and Christian Weedbrook. <br>
Strawberry Fields: A Software Platform for Photonic Quantum Computing. arXiv:1804.03159, 2018.<br>
&copy; Copyright 2018, Xanadu Quantum Technologies Inc."""
author = 'Xanadu Inc.'

# The version info for the project you're documenting, acts as replacement for
Expand Down
7 changes: 7 additions & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ For getting started with writing your own Strawberry Fields code, have a look at

Finally, detailed documentation on the :ref:`Strawberry fields API <code>` is provided, for full details on available quantum operations, arguments, and backends.

How to cite
===========

If you are doing research using Strawberry Fields, please cite `our whitepaper <https://arxiv.org/abs/1804.03159>`_:

Nathan Killoran, Josh Izaac, Nicolás Quesada, Ville Bergholm, Matthew Amy, and Christian Weedbrook. Strawberry Fields: A Software Platform for Photonic Quantum Computing. *arXiv*, 2018. arXiv:1804.03159

Support
=======

Expand Down
4 changes: 3 additions & 1 deletion doc/research.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ Research and contribution
Research
---------------

If you are doing research using Strawberry Fields, please cite our whitepaper.
If you are doing research using Strawberry Fields, please cite `our whitepaper <https://arxiv.org/abs/1804.03159>`_:

Nathan Killoran, Josh Izaac, Nicolás Quesada, Ville Bergholm, Matthew Amy, and Christian Weedbrook. Strawberry Fields: A Software Platform for Photonic Quantum Computing. *arXiv*, 2018. arXiv:1804.03159

We are always open for collaboration, and can be contacted at hello@xanadu.ai.

Expand Down
2 changes: 1 addition & 1 deletion doc/xanadu_theme/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
</script>
{%- block footer_wrapper %}
<div class="footer">
&copy; Copyright {{ copyright }}. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a>.
{{ copyright }} Created using <a href="http://sphinx.pocoo.org/">Sphinx</a>.
</div>
{%- endblock %}
{%- endblock %}

0 comments on commit 0255cd6

Please sign in to comment.