Skip to content
View tedtanne's full-sized avatar
Block or Report

Block or report tedtanne

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Quantum_Circuits.py Quantum_Circuits.py
    1
    # Create a Quantum Circuit acting on the q register
    2
     circuit = QuantumCircuit(2, 2)
    3
     Add a H gate on qubit 0
    4
     circuit.h(0)
    5
     # Add a CX (CNOT) gate on control qubit 0 and target qubit 1
  2. Artificial-Intelligence-with-Python Artificial-Intelligence-with-Python Public

    Forked from PacktPublishing/Artificial-Intelligence-with-Python

    Code repository for Artificial Intelligence with Python, published by Packt

    Python

  3. certifications certifications Public

    My Various Certifications and Badges

    1

  4. Fundamentals-of-Deep-Learning-Book Fundamentals-of-Deep-Learning-Book Public

    Forked from darksigma/Fundamentals-of-Deep-Learning-Book

    Code companion to the O'Reilly "Fundamentals of Deep Learning" book

    Python

  5. nuomena nuomena Public

    computing_the_human_condition