Xanadu Sphinx Theme
Xanadu Sphinx Theme
  • Search
  • Documentation
    • Getting Started
    • GitHub
  • Support
    • Documentation
    • Getting Started
    • GitHub

Navigation

  • index
  • modules |
  • next |
  • previous |
  • Xanadu Sphinx Theme 0.19.0-dev documentation »
  • Gallery »
  • Example Sphinx-Gallery demo

Xanadu Sphinx Theme

  • Overview
  • Release notes

Usage

  • Getting Started
  • Elements
  • Directives
  • Gallery
  • Configuration

API

  • xanadu_sphinx_theme
  1. Docs
  2. Gallery
  3. Example Sphinx-Gallery demo

Note

Go to the end to download the full example code.

Example Sphinx-Gallery demo¶

This tutorial is an example demo generated using Sphinx Gallery. Here are a few references to see what they look like 1 2.

System Info¶

import platform
uname = platform.uname()

Let’s print out the system information.

print("="*20, "System Information", "="*20)
print(f"System: {uname.system}")
print(f"Node Name: {uname.node}")
print(f"Release: {uname.release}")
print(f"Version: {uname.version}")
print(f"Machine: {uname.machine}")
print(f"Processor: {uname.processor}")
==================== System Information ====================
System: Linux
Node Name: build-32059680-project-816245-xanadu-sphinx-theme
Release: 6.17.0-1007-aws
Version: #7~24.04.1-Ubuntu SMP Thu Jan 22 21:04:49 UTC 2026
Machine: x86_64
Processor: x86_64

References¶

1

James Stokes, Josh Izaac, Nathan Killoran, and Giuseppe Carleo. “Quantum Natural Gradient.” arXiv:1909.02108 (2019).

2

Ryan Sweke, Frederik Wilde, Johannes Jakob Meyer, Maria Schuld, Paul K. Fährmann, Barthélémy Meynard-Piganeau, and Jens Eisert. “Stochastic gradient descent for hybrid quantum-classical optimization.” arXiv:1910.01155 (2019).

Author¶

John Smith

John Smith

Write the author bio content here. It must be preceded by a blank line.

Total running time of the script: (0 minutes 0.009 seconds)

Download Jupyter notebook: tutorial_demo.ipynb

Download Python source code: tutorial_demo.py

Download zipped: tutorial_demo.zip

Gallery generated by Sphinx-Gallery

gallery/tutorial_demo
 
Download Python script
 
Download Notebook
 
View on GitHub
Previous
Next

Navigation

  • index
  • modules |
  • next |
  • previous |
  • Xanadu Sphinx Theme 0.19.0-dev documentation »
  • Gallery »
  • Example Sphinx-Gallery demo

Xanadu

Located in the heart of downtown Toronto, we've brought together exceptional minds from around the world to build quantum computers that are useful and available to people everywhere.

PennyLane

Home Learn Demonstrations Documentation GitHub Twitter Blog

Strawberry Fields

Home Photonics Demonstrations Documentation GitHub

Xanadu

Home About Hardware Careers Forum Blog
Stay updated with our newsletter

© Copyright 2026 | Xanadu | All rights reserved

Any extra copyrights can be added here.