TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

QISKit: A software development kit for writing quantum computing programs

55 pointsby vtomoleover 7 years ago

1 comment

gitgudover 7 years ago
Very interesting project, it&#x27;s not my area, but it looks more like the program code is intertwined with the architecture of the quantum computer hardware.<p>Take for example this piece of code. It seems to define the registers and measure them, so this is more like writing quantum emulators, rather than programs. Right?<p><pre><code> from qiskit import QuantumProgram qp = QuantumProgram() qr = qp.create_quantum_register(&#x27;qr&#x27;,2) cr = qp.create_classical_register(&#x27;cr&#x27;,2) qc = qp.create_circuit(&#x27;Bell&#x27;,[qr],[cr])</code></pre>
评论 #16159179 未加载