qiskit/initialize.py Updated 2025-07-16
In this example we will initialize a quantum circuit with a single CNOT gate and see the output values.
By default, Qiskit initializes every qubit to 0 as shown in the qiskit/hello.py. But we can also initialize to arbitrary values as would be done when computing the output for various different inputs.
Output:which we should all be able to understand intuitively given our understanding of the CNOT gate and quantum state vectors.
┌──────────────────────┐
q_0: ┤0 ├──■──
│ Initialize(1,0,0,0) │┌─┴─┐
q_1: ┤1 ├┤ X ├
└──────────────────────┘└───┘
c: 2/═════════════════════════════
init: [1, 0, 0, 0]
probs: [1. 0. 0. 0.]
init: [0, 1, 0, 0]
probs: [0. 0. 0. 1.]
init: [0, 0, 1, 0]
probs: [0. 0. 1. 0.]
init: [0, 0, 0, 1]
probs: [0. 1. 0. 0.]
┌──────────────────────────────────┐
q_0: ┤0 ├──■──
│ Initialize(0.70711,0,0,0.70711) │┌─┴─┐
q_1: ┤1 ├┤ X ├
└──────────────────────────────────┘└───┘
c: 2/═════════════════════════════════════════
init: [0.7071067811865475, 0, 0, 0.7071067811865475]
probs: [0.5 0.5 0. 0. ]quantumcomputing.stackexchange.com/questions/13202/qiskit-initializing-n-qubits-with-binary-values-0s-and-1s describes how to initialize circuits qubits only with binary 0 or 1 to avoid dealing with the exponential number of elements of the quantum state vector.
Social inequality Updated 2025-07-16
Ciro Santilli is extremely passionate about this issue, partly due to Ciro Santilli's self perceived compassionate personality.
One of Ciro's most direct experiences with social inequality is described at: São Remo, the favela next to USP.
We have to be careful not to make everyone poorer when trying to reduce inequality.
But as things stand as of 2020, increasing taxes on the very richest, and notably wealth tax, and investing it in free gifted education, seems like a safe bet to achieve any meaningful level of equal opportunity and meritocracy.
Andrew Wiles Updated 2026-01-30
AntPool Updated 2025-07-16
Apache Jena Updated 2025-07-16
Application layer Updated 2025-07-16
apport (software) Updated 2025-07-16
Social media as a public utility Updated 2025-07-16
Ciro Santilli thinks that maybe the government does not need to provide those, but it needs to regulate the fuck out of them, notably control over censorship in those platforms: the deplatforming of Donald Trump.
Related:
Social media feed that forces you to see posts by non-followed Updated 2025-07-16
During the early 2020s, many of the idiotic social media platforms started adding a non optional "feature" of suggesting feed posts by people you don't follow:
It must have been some A/B testing overload that made that decision to try and make things more addictive for everyone. Or perhaps as a way to drive revenue with people paying to cheat the algorithm and boost their posts.
European Union we need you.
Social network Updated 2025-07-16
Related:
Social science Updated 2025-07-16
James Howells Updated 2025-07-16
- www.linkedin.com/in/howelzy/Epic.
Might know a thing or two about landfills.
- www.independent.co.uk/news/uk/home-news/lost-bitcoin-crypto-james-howells-b2406517.htmlThe bizarre saga started in 2013 when Mr Howells, put the hardware from an old laptop that contained 8,000 bitcoins, the world’s leading cryptocurrency, in a black bag in his hallway.
- www.bbc.co.uk/news/uk-wales-67297013
Software developer collective Updated 2025-07-16
This model can work well when there is a set of commonly used libraries that some developers often use together, but such that there isn't enough maintenance work for each one individually.
So what people do is to create a group that maintains all those projects, to try and get enough money to survive from the contributions done primarily for each one individually.
Examples:
Argos Translate Updated 2025-07-16
Quantum interconnect Updated 2025-07-16
"Quantum interconnect" refers to methods for linking up smaller quantum processors into a larger system.
As of 2024, seemingly few organizations developing quantum hardware had actually integrated multiple chips in interconnects as part of their main current roadmap. But many acknowledged that this would be an essential step towards scalable compuation.
The name "quantum interconnect" is likely partly a throwback to classical computer's "chip interconnect".
Sample usages of the term:
- news.mit.edu/2023/quantum-interconnects-photon-emission-0105
Researchers have demonstrated directional photon emission, the first step toward extensible quantum interconnects
- qpl.ece.ucsb.edu/research/quantum-interconnects
Software toy Updated 2025-07-16
Ciro Santilli's TODO there:
- robotics simulation with control theory focus, and in particular with a model of uncertainty of measurements and commands. For example, imagine making a robot that plays golf, with the terrain fully known. And it is harder as you cannot control the arm with 100% precision.
Software with bad user interface Updated 2025-07-16
Cat 5e Updated 2025-07-16
This is the most common home "ethernet cable" as of 2024. It is essentially ubiquitous. According to the existing Ethernet physical layer, the maximum speed supported is 2.5 Gbit/s.
Cat 5e cable stripped
. Source. Solar sail Updated 2025-07-16
Application of radiation pressure.
First live example: en.wikipedia.org/wiki/IKAROS
Solutions for the Schrodinger equation with multiple particles Updated 2025-07-16
Bibliography:
- Quantum Mechanics for Engineers by Leon van Dommelen (2011) "5. Multiple-Particle Systems"
There are unlisted articles, also show them or only show them.
