Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #147 from PennyLaneAI/mlxd-archive-lgpu
Browse files Browse the repository at this point in the history
Archive LGPU repo preparation
  • Loading branch information
mlxd authored Feb 5, 2024
2 parents d4aea77 + 35167c2 commit eaeece9
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ python:
- requirements: requirements.txt
- method: pip
path: .
system_packages: true

build:
os: ubuntu-20.04
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.9"
apt_packages:
- cmake
- build-essential
- libopenblas-base
- libopenblas-dev
- graphviz
- nvidia-cuda-toolkit
jobs:
pre_install:
- echo "setuptools~=66.0\npip~=22.0" >> ci_build_requirements.txt
12 changes: 12 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
PennyLane-Lightning-GPU Plugin
##############################

.. header-start-inclusion-marker-do-not-remove
❗ Warning
==========

The PennyLaneAI organization has archived this repository, which is a snapshot of PennyLane-Lightning-GPU v0.32.
This backend was integrated into `PennyLane-Lightning <https://github.com/PennyLaneAI/pennylane-lightning>`_ where its development continues.
We direct users and developers to `PennyLane-Lightning <https://github.com/PennyLaneAI/pennylane-lightning>`_ to report `issues <https://github.com/PennyLaneAI/pennylane-lightning/issues>`_, make `pull requests <https://github.com/PennyLaneAI/pennylane-lightning/pulls>`_, etc.

About
=====

.. image:: https://readthedocs.com/projects/xanaduai-pennylane-lightning-gpu/badge/?version=latest&style=flat-square
:alt: Read the Docs
:target: https://docs.pennylane.ai/projects/lightning-gpu
Expand Down
14 changes: 8 additions & 6 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ def __getattr__(cls, name):
"sphinx.ext.mathjax",
"sphinx.ext.napoleon",
"sphinx.ext.inheritance_diagram",
'sphinx.ext.viewcode',
'sphinx.ext.graphviz',
"sphinx.ext.viewcode",
"sphinx.ext.graphviz",
"sphinx.ext.intersphinx",
"sphinx_automodapi.automodapi",
"sphinx_automodapi.smart_resolver",
Expand All @@ -72,7 +72,9 @@ def __getattr__(cls, name):
breathe_projects = {"PennyLane-Lightning-GPU": "./doxyoutput/xml"}
breathe_default_project = "PennyLane-Lightning-GPU"

mathjax_path = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML"
mathjax_path = (
"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML"
)

# Exhale extension
# Setup the exhale extension
Expand Down Expand Up @@ -109,6 +111,7 @@ def __getattr__(cls, name):

# Add any paths that contain templates here, relative to this directory.
from pennylane_sphinx_theme import templates_dir

templates_path = [templates_dir()]

# The suffix(es) of source filenames.
Expand Down Expand Up @@ -186,11 +189,10 @@ def __getattr__(cls, name):
"navbar_name": "Lightning GPU",
"navbar_active_link": 3,
"extra_copyrights": [
"TensorFlow, the TensorFlow logo, and any related marks are trademarks "
"of Google Inc."
"TensorFlow, the TensorFlow logo, and any related marks are trademarks " "of Google Inc."
],
"google_analytics_tracking_id": "G-C480Z9JL0D",
"toc_overview": True
"toc_overview": True,
}

edit_on_github_project = "PennyLaneAI/pennylane-lightning-gpu"
Expand Down

0 comments on commit eaeece9

Please sign in to comment.