Quantum-Universal-Education / Quantum-Universal-Education.github.io

Welcome to this community-driven, open-source educational website for learning about all aspects of quantum computing across the full stack, from hardware to algorithms to everything in between and adjacent! Whether you are new to quantum science, filling in gaps in your foundation of knowledge, or supplementing a course you are taking, our goal is to help you learn based on your interests and background knowledge. We are always open to recommendations and contributions from the quantum computing community.
http://fullstackquantumcomputation.tech
Educational Community License v2.0
92 stars 39 forks source link

Introduction to Quantum Computing with Cirq Tutorial #27

Open shubhusion opened 4 months ago

shubhusion commented 4 months ago

Pull Request Description:

Overview

This pull request adds an introductory tutorial on quantum computing using Cirq, an open-source quantum computing framework developed by Google. The tutorial covers fundamental concepts of quantum computing, including qubits, superposition, entanglement, and basic quantum gates. It also includes an implementation of Grover's algorithm, a quantum search algorithm, to demonstrate these concepts in action.

Key Features

Changes Made

Purpose

This tutorial aims to provide an accessible introduction to quantum computing for beginners. By explaining complex concepts in a clear and concise manner and providing runnable code examples, it aims to demystify quantum computing and encourage further exploration in this exciting field.

Additional Notes

Checklist

Fixes #24