<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>derwind</author_name>
  <author_url>https://blog.hatena.ne.jp/derwind/</author_url>
  <blog_title>らんだむな記憶</blog_title>
  <blog_url>https://randommemory.hatenablog.com/</blog_url>
  <categories>
    <anon>quantum_computing</anon>
  </categories>
  <description>Introduction の回路をまず Qiskit で書いてみる。 from qiskit import QuantumCircuit, execute, Aer qc = QuantumCircuit(4) qc.x(0) qc.x(1) qc.barrier() qc.cx(1, 2) qc.cx(0, 2) qc.ccx(0, 1, 3) qc.measure_all() backend = Aer.get_backend('aer_simulator') results = execute(qc, backend=backend, shots=1024).result() answe…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Frandommemory.hatenablog.com%2Fentry%2F2022%2F04%2F28%2F002925&quot; title=&quot;Blueqat (2) - らんだむな記憶&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-04-28 00:29:25</published>
  <title>Blueqat (2)</title>
  <type>rich</type>
  <url>https://randommemory.hatenablog.com/entry/2022/04/28/002925</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
