Skip to content

Conversation

@martin-martin
Copy link
Contributor

Where to put new files:

  • New files should go into a top-level subfolder, named after the article slug. For example: my-awesome-article

How to merge your changes:

  1. Make sure the CI code style tests all pass (+ run the automatic code formatter if necessary).
  2. Find an RP Team member on Slack and ask them to review & approve your PR.
  3. Once the PR has one positive ("approved") review, GitHub lets you merge the PR.
  4. 🎉

@martin-martin martin-martin requested a review from Copilot October 24, 2025 10:20
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces code examples for a Real Python tutorial on quantum computing basics. The materials demonstrate creating and visualizing a simple quantum circuit using Qiskit.

Key changes:

  • Adds a basic quantum circuit implementation with Hadamard gate and measurement
  • Includes project configuration with required dependencies
  • Provides documentation for running the examples

Reviewed Changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

File Description
quantum-computing-basics/quantum_circuit.py Implements a simple quantum circuit with Hadamard gate and measurement operations
quantum-computing-basics/pyproject.toml Defines project dependencies including Qiskit 2.1.1 and visualization libraries
quantum-computing-basics/README.md Documents requirements and usage instructions for the quantum computing examples

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants