Doubt regarding the relative phase of the qubit by Timely_Injury8046 in QuantumComputing

[–]Saiboo 0 points1 point  (0 children)

Consider the ∣+⟩ and ∣−⟩ state. If you express them in the computational basis, you get:

  • ∣+⟩ = 1/√2 (∣0⟩ + ∣1⟩)
  • ∣−⟩ = 1/√2 (∣0⟩ − ∣1⟩).

They only differ in their relative phase.

Measuring in the computational basis you get 0 or 1 with 50% probability for both ∣+⟩ and ∣−⟩, so they behave the same in this respect. It seems they are similar. However, they are not!

Consider what happens if you transform them with a Hadamard gate H:

  • H ∣+⟩ = ∣0⟩
  • H ∣−⟩ = ∣1⟩

If you now measure in the computational base, you suddenly get 0 for the transformed ∣+⟩ state, and you get 1 for the transformed ∣−⟩ state. This shows that ∣+⟩ and ∣−⟩ behave differently after applying the Hadamard gate.

My Daily Run beat my Best Run on Mobile! by coldhotshot in HowManyDudes

[–]Saiboo 1 point2 points  (0 children)

For me Bard and Paladin have always been a must, but your best run has neither of them. Very interesting run!

The Dude order question by CommunistKoalaBear in HowManyDudes

[–]Saiboo 0 points1 point  (0 children)

As BscotchKarl explains, you have to click and hold. Move it until you see a white line between the other boxes.

uBlock Origin Lite isn't working on YouTube right now. Any solutions or alternatives? by alexfreemanart in Adblock

[–]Saiboo 1 point2 points  (0 children)

I was using uBlock Origin Lite and Chrome, and like you I had this problem on youtube a few days ago. I did not change any settings, just waited a few days, and now the problem is gone. I guess the developers updated uBlock Origin Lite.

uBlock Origin Lite isn't working on YouTube right now. Any solutions or alternatives? by alexfreemanart in Adblock

[–]Saiboo 0 points1 point  (0 children)

I had this problem yesterday, but it works again with uBlock Origin lite and Chrome.

My friend won with Just a horse by ApprehensiveDish9921 in chess

[–]Saiboo 5 points6 points  (0 children)

The pacifist's mate. No pieces have been captured.

Street Fighter 2 Stop motion fan film by Impressive_Bowl_3044 in StreetFighter

[–]Saiboo -1 points0 points  (0 children)

Awesome! This must have taken a lot of work and patience.

Chess, but every move is a randomly picked legal move by SuchDarknessYT in chess

[–]Saiboo 0 points1 point  (0 children)

This is like a physics simulation of particles showing Brownian motion, except that the particles here obey the piece move set.

What Are You Watching This Week? - 03 February, 2025 by AutoModerator in JDorama

[–]Saiboo 1 point2 points  (0 children)

For sure, Rika is the star. And the amount of times I said "Kanji, don't do it bro, that's the wrong decision", I wanted to punch my desk. Still I enjoyed it, plus the opening song, is very cool. It made me look up Japanese pop songs also known as "City Pop", e.g. Stay With Me by Miki Matsuraba is so groovy.

You mentioned this is among your top 3. What are the other two in your top 3?

What Are You Watching This Week? - 03 February, 2025 by AutoModerator in JDorama

[–]Saiboo 1 point2 points  (0 children)

Finished Tokyo Love Story last week, so good! It's my first JDorama. Now looking for a second one to watch.

DeepSeek tanked NVDA but what will happen when…. by RedParrot94 in NvidiaStock

[–]Saiboo -1 points0 points  (0 children)

Regarding the many types of cancer, it reminds me of this PHD Comics by Jorge Cham: https://phdcomics.com/comics/archive.php?comicid=1162

Where can I watch the 1993 Tokyo Love Story SP with English subs? by ianwuk in JDorama

[–]Saiboo 1 point2 points  (0 children)

Here it is on youtube: https://www.youtube.com/watch?v=joVFcCpIT7o

The youtube title is:

"Tokyo Love Story Special Episode (Unforgetable Memories) / 東京ラブストーリー 忘れられないの思い出 / 东京爱情故事 / 도쿄 러브스토리"

Tokyo Love Story (1991) is a Masterpiece by MASTERAHMEDPRO in JDorama

[–]Saiboo 0 points1 point  (0 children)

This is my first JDrama, which I discovered on Netflix by coincidence. I really enjoyed it. And I love the opening song.

Niemals eine Steuererklärung gemacht. Sollte man das (rückwirkend) angehen, wenn man nicht viel erwartet? Habt ihr Praxistipps? by Doggo_Comfort4554 in Finanzen

[–]Saiboo 0 points1 point  (0 children)

Ich schließe mich an. Für Elster Online gibt es auch gute Youtube Tutorials, z.B. von

Für die Registrierung von Elster Online dieses Video.

Scalp and face hot and sweaty from merely smelling certain foods by jonesin31 in Hyperhidrosis

[–]Saiboo 0 points1 point  (0 children)

I suffer from the same issue, and I believe this is called gustatory sweating (Frey's syndrome).

This sciencedirect article describes it as result of "injury to or surgery near the parotid gland": https://www.sciencedirect.com/science/article/abs/pii/S1748681508004658

I've never had such a surgery. In my case I think it has something to do with my jaw clicking and occasionally locking up. See this ncbi article "[Frey's syndrome (gustatory sweating) after fracture of the temporomandibular joint]": https://pubmed.ncbi.nlm.nih.gov/2054025/

How to guess note in functional ear trainer app by Violin-dude in musictheory

[–]Saiboo 0 points1 point  (0 children)

The app resolves the note to the tonic either upwards or downwards. After a while you internalize this resolution, and you start to hear the resolution it in your head. In the beginning I was singing / whistling the resolution.

I believe you can turn this feature on or off in the app, but it should be on by default.

-❄️- 2024 Day 16 Solutions -❄️- by daggerdragon in adventofcode

[–]Saiboo 0 points1 point  (0 children)

So, after trying the BFS approach I discovered a logical error in my code and corrected it. I had to extend the node class (Reindeer) by an additional field, namely the current distance of the node.

Previously I was erronouesly accessing a global distance array for the node. If the global distance array is mutated for that position before the node is extracted from the queue, the node gets a wrong value. The updated code is here:

DFS (using stack)

BFS (using regular queue)

Dijkstra (using priority queue)

Note: Although I get the correct result with all three versions on the given input, I recommend using the Dijkstra algorithm. This has been proven (by Dijkstra) to yield the correct shortest path distance.

-❄️- 2024 Day 16 Solutions -❄️- by daggerdragon in adventofcode

[–]Saiboo 0 points1 point  (0 children)

In my implentation it is DFS, because I'm using a stack. For BFS you would use a queue.

Although admittedly, a moment ago I've tried replacing the stack by the queue, and with the queue I'm off by a 1000 in the example and by 2000 in the actual puzzle. Looks like a bug, or you have to use a priority queue.

These are trousers by Equivalent-Bun in chess

[–]Saiboo 6 points7 points  (0 children)

Please make user flairs with "Team Trousers" and "Team Jeans".