Skip to content
View TuguiDragos's full-sized avatar
🌙
Off the radar. If I reply, you’re lucky.
🌙
Off the radar. If I reply, you’re lucky.

Sponsoring

@coollabsio

Block or report TuguiDragos

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
TuguiDragos/README.md
from qiskit import QuantumCircuit

# automation that collapses into results
qc = QuantumCircuit(1)
qc.h(0)           # superposition: every possibility at once
qc.measure_all()  # then I force it to pick one

Tools change. The instinct doesn't: if it repeats, it gets automated.

Pinned Loading

  1. n8n-nodes-ibm-quantum n8n-nodes-ibm-quantum Public

    n8n community node for IBM Quantum. Build OpenQASM 3 circuits, submit them to Qiskit Runtime, and read results from n8n workflows.

    TypeScript