Skip to content

Commit

Permalink
Add images of Bell's experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
keyvank committed Apr 27, 2024
1 parent 94ae170 commit c7d1890
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/1-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -1218,8 +1218,13 @@ class Qubit:
self.oneness = oneness
```

***Bell's Inequality***

![The spin of a particle is determined according to its pair](assets/entangled.png)

![If Einstein's claim is true, the all three properties of the particle are determined prior reaching to the detectors](assets/bellsinequality.png)

## Brainfuck

Most people say it's crucial to learn C, if you want to be a good programmer! I say, knowing how to program in Brainfuck is what makes you a Super Programmer! Brainfuck, built in 1993 by Urban Müller, is an esoteric programming language, which means, it has been designed in a way so that very few people understand or like it! Learning how to program in Brainfuck is a great way to see how it's possible to build wonderful stuff by putting simple components together.
Expand Down
Binary file added src/assets/bellsinequality.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/entangled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c7d1890

Please sign in to comment.