Lightweight markup language by Ciro Santilli 35 Updated +Created
Recurrent laryngeal nerve by Ciro Santilli 35 Updated +Created
Computational biology by Ciro Santilli 35 Updated +Created
Theoretical physics by Ciro Santilli 35 Updated +Created
Superfluid helium by Ciro Santilli 35 Updated +Created
Phonemic orthography by Ciro Santilli 35 Updated +Created
Fluorometer by Ciro Santilli 35 Updated +Created
Video 1.
Time-Correlated Single Photon Counting (TCSPC) with the Fluorolog Fluorimeter by Yale CBIC (2011)
Source.
Lecture 1 by Ciro Santilli 35 Updated +Created
Bibliography review:
Course outline given:
Non-relativistic QFT is a limit of relativistic QFT, and can be used to describe for example condensed matter physics systems at very low temperature. But it is still very hard to make accurate measurements even in those experiments.
Defines "relativistic" as: "the Lagrangian is symmetric under the Poincaré group".
Mentions that "QFT is hard" because (a finite list follows???):
There are no nontrivial finite-dimensional unitary representations of the Poincaré group.
But I guess that if you fully understand what that means precisely, QTF won't be too hard for you!
Notably, this is stark contrast with rotation symmetry groups (SO(3)) which appears in space rotations present in non-relativistic quantum mechanics.
Total synthesis by Ciro Santilli 35 Updated +Created
TODO why can't we produce organic compounds more cheaply by total synthesis than biosynthesis?
Maiden Voyage by Herbie Hancock (1965) by Ciro Santilli 35 Updated +Created
Debye model by Ciro Santilli 35 Updated +Created
Wikipedia mentions that it is completely analogous to Planck's law.
Transpose of a matrix multiplication by Ciro Santilli 35 Updated +Created
When it distributes it inverts the order of the matrix multiplication:
Wheeler-Feynman absorber theory by Ciro Santilli 35 Updated +Created
What they presented on richard Feynman's first seminar in 1941. Does not include quantum mechanics it seems.
Quantum circuits vs classical circuits by Ciro Santilli 35 Updated +Created
Just like a classic programmer does not need to understand the intricacies of how transistors are implemented and CMOS semiconductors, the quantum programmer does not understand physical intricacies of the underlying physical implementation.
The main difference to keep in mind is that quantum computers cannot save and observe intermediate quantum state, so programming a quantum computer is basically like programming a combinatorial-like circuit with gates that operate on (qu)bits:
For this reason programming a quantum computer is much like programming a classical combinatorial circuit as you would do with SPICE, verilog-or-vhdl, in which you are basically describing a graph of gates that goes from the input to the output
For this reason, we can use the words "program" and "circuit" interchangeably to refer to a quantum program
Also remember that and there is no no clocks in combinatorial circuits because there are no registers to drive; and so there is no analogue of clock in the quantum system either,
Another consequence of this is that programming quantum computers does not look like programming the more "common" procedural programming languages such as C or Python, since those fundamentally rely on processor register / memory state all the time.
Quantum programmers can however use classic languages to help describe their quantum programs more easily, for example this is what happens in Qiskit, where you write a Python program that makes Qiskit library calls that describe the quantum program.
Biochemistry by Ciro Santilli 35 Updated +Created
iubmb.onlinelibrary.wiley.com/doi/full/10.1002/bmb.2002.494030030067 Surprises and revelations in biochemistry: 1950-2000 by Perry A. Frey (2006). This should be worth a read.
Light cone by Ciro Santilli 35 Updated +Created
A subset of Spacetime diagram.
The key insights that it gives are:
  • future and past are well defined: every reference frame sees your future in your future cone, and your past in your past cone
    Otherwise causality could be violated, and then things would go really bad, you could tell your past self to tell your past self to tell your past self to do something.
    You can only affect the outcome of events in your future cone, and you can only be affected by events in your past cone. You can't travel fast enough to affect.
    Two spacetime events with such fixed causality are called timelike-separated events.
  • every other event (to right and left, known as spacelike-separated events) can be measured to happen before or after your current spacetime event by different observers.
    But that does not violate causality, because you just can't reach those spacetime points anyways to affect them.
Figure 1.
Animation showing how space-separated events can be observed to happen in different orders by observers in different frames of reference
. Source.
Carl David Anderson by Ciro Santilli 35 Updated +Created
Pinned article: ourbigbook/introduction-to-the-ourbigbook-project
Welcome to the OurBigBook Project! Our goal is to create the perfect publishing platform for STEM subjects, and get university-level students to write the best free STEM tutorials ever.
Everyone is welcome to create an account and play with the site: ourbigbook.com/go/register. We belive that students themselves can write amazing tutorials, but teachers are welcome too. You can write about anything you want, it doesn't have to be STEM or even educational. Silly test content is very welcome and you won't be penalized in any way. Just keep it legal!
Video 1.
Intro to OurBigBook
. Source.
We have two killer features:
  1. topics: topics group articles by different users with the same title, e.g. here is the topic for the "Fundamental Theorem of Calculus" ourbigbook.com/go/topic/fundamental-theorem-of-calculus
    Articles of different users are sorted by upvote within each article page. This feature is a bit like:
    • a Wikipedia where each user can have their own version of each article
    • a Q&A website like Stack Overflow, where multiple people can give their views on a given topic, and the best ones are sorted by upvote. Except you don't need to wait for someone to ask first, and any topic goes, no matter how narrow or broad
    This feature makes it possible for readers to find better explanations of any topic created by other writers. And it allows writers to create an explanation in a place that readers might actually find it.
    Figure 1.
    Screenshot of the "Derivative" topic page
    . View it live at: ourbigbook.com/go/topic/derivative
    Video 2.
    OurBigBook Web topics demo
    . Source.
  2. local editing: you can store all your personal knowledge base content locally in a plaintext markup format that can be edited locally and published either:
    • to OurBigBook.com to get awesome multi-user features like topics and likes
    • as HTML files to a static website, which you can host yourself for free on many external providers like GitHub Pages, and remain in full control
    This way you can be sure that even if OurBigBook.com were to go down one day (which we have no plans to do as it is quite cheap to host!), your content will still be perfectly readable as a static site.
    Figure 5. . You can also edit articles on the Web editor without installing anything locally.
    Video 3.
    Edit locally and publish demo
    . Source. This shows editing OurBigBook Markup and publishing it using the Visual Studio Code extension.
    Video 4.
    OurBigBook Visual Studio Code extension editing and navigation demo
    . Source.
  3. https://raw.githubusercontent.com/ourbigbook/ourbigbook-media/master/feature/x/hilbert-space-arrow.png
  4. Infinitely deep tables of contents:
    Figure 6.
    Dynamic article tree with infinitely deep table of contents
    .
    Descendant pages can also show up as toplevel e.g.: ourbigbook.com/cirosantilli/chordate-subclade
All our software is open source and hosted at: github.com/ourbigbook/ourbigbook
Further documentation can be found at: docs.ourbigbook.com
Feel free to reach our to us for any help or suggestions: docs.ourbigbook.com/#contact