Skip to content

KZHU.ai 🚀

Into the Unknown

Menu
  • 📈 Discrete Optimization
    • Mathematics
    • Computer Science
    • Cryptography
    • C++
  • ⚛️ Quantum Computing
    • Physics
    • Blockchain
  • 🤖 Machine Learning
    • TensorFlow
    • Python
  • 🛰 Data Science
    • Statistics
    • Matlab
  • 🌦 Hybrid Cloud
    • Kubernetes
    • Golang
    • Web
  • 📈 Business
    • MBA @ Gies
    • Six Sigma
  • 🏦 Finance
    • Law
    • Economics
Menu

Category: Physics

Thermodynamics Potentials, Maxwell's Relations

Macroscopic Thermodynamics

Posted on March 5, 2022October 26, 2022 by keslerzhu

First of all, a quick introduction to 4 the most important figures in thermodynamics: Sadi Carnot (1796-1832) who discovered the second law of thermodynamics. Rudolf Clausius (1822-1888) who restated the Sadi Carnot’s principle into the form we use today. William Thomson (Lord Kelvin, 1824-1907) who brought thermodynamics into its modern form. Max Planck (1858-1947) who…

Read more
Certificate Physical Basics of Quantum Computing

My #84 course certificate from Coursera

Posted on February 27, 2022November 10, 2022 by keslerzhu

Physical Basics of Quantum ComputingSaint Petersburg State University It is challenging for lecturers to jam so much knowledge in one course, meanwhile equivalently challenging for learners to grasp the knowledge well. Don’t try this course until you have gotten a solid background in quantum mechanics. I have to admit the first week’s contents cost me…

Read more
Work, energy, first law for point source, Flow work

Thermodynamics: Fundamental Concepts

Posted on February 22, 2022October 20, 2022 by keslerzhu

Thermodynamics is the study of the equilibrium behavior of systems, for which motion at the microscopic level of atom and molecules is important. It involves solving problems that arise because of work, heat transfer, mass transfer interactions with a working substance of some kind. Microscopic behavior determines macroscopic properties such as PVT relations, internal energy…

Read more
Certificate Foundations of Quantum Mechanics

My #83 course certificate from Coursera

Posted on February 19, 2022October 19, 2022 by keslerzhu

Foundations of Quantum MechanicsUniversity of Colorado Boulder This is a challenging course. If you are serious about learning quantum mechanics, I highly recommend this course to you. Furthermore if you want to engage yourself with quantum computing, this course is an excellent choice to lay the foundations. Your quest starts here: the time-independent Schrödinger equation…

Read more
Math models of errors, Information ecoding, error recovery, three-bit coding, error effect on three-bit coding

Basics of Quantum Error Correction Theory

Posted on February 18, 2022November 3, 2022 by keslerzhu

The real physical devices that implement computational models are always imperfect. It is not always possible to eliminate all of error sources in practice, however in many cases one could minimize the chances of their occurrence. Classical Error Correction Theory There are three main problems in classical error correction theory: Information channel is an important…

Read more
Deutsch algorithm

Quantum Algorithms

Posted on February 16, 2022November 3, 2022 by keslerzhu

The essence of the quantum computations might not determine some particular result for a certain function, but establish the global properties of this function. For example, in the Deutsch problem, we don’t find the individual values of a function, but consider the whole superposition of the values and make conclusions about whether the function is…

Read more
No-cloning theorem, Bell state generation

Transmission of Quantum Information

Posted on February 13, 2022November 14, 2022 by keslerzhu

Unlike the classical bit, as we already know the quantum bit is able to stay in superposition state. When measuring a qubit in superposition state, one obtains every basis state with a certain probability. The probabilistic behavior of quantum objects has its effect on the logical operations. No-cloning Theorem Classical element FANOUT (bit-copying) could be…

Read more
Classical computation, Elementary Logic Gates

Quantum vs. Classical Logical Operations

Posted on February 8, 2022November 14, 2022 by keslerzhu

Nowadays, there are a large number of various computers. Despite the differences in physical implementations and the purposes of these devices, from the point of view on the computation theory, the operation principle of any of them can be described by Turing “machine”, which is formally called Church-Turing thesis. The main feature and advantage of…

Read more
Schmidt decomposition

Quantum Entanglement

Posted on February 6, 2022November 14, 2022 by keslerzhu

Quantum entanglement acts as a cornerstone for all quantum computations. If one physical system consists of two or more qubits and its state vector |ζ⟩ can be represented as tensor product |ζ⟩ = |ζ1⟩ ⨂ |ζ2⟩, where |ζ1⟩ and |ζ2⟩ describe states of each qubit. Then the state |ζ⟩ is called separable; otherwise it is…

Read more
Qubit implementation, Polarization of the photon, two-level atom, spin 1/2 system

Statistical Aspects of Quantum Mechanics

Posted on January 29, 2022November 14, 2022 by keslerzhu

As of now, it is still unclear whether it is possible to create a so-called quantum computer, a special device which will be able to perform a special set of algorithms on the application of quantum mechanical effects. Qubit Implementation A qubit is the smallest element for storing and processing information in a quantum computer….

Read more
Pure and Mixed States, Ensemble Average

Quantum Mechanics: Ensembles and Identical Particles

Posted on January 21, 2022October 19, 2022 by keslerzhu

Pure and Mixed Ensemble / State In quantum mechanics, we only talk about average or expectation value for a physically observable quantity by taking multiple measurements on ensemble and taking average. Ensemble means a collection of identically prepared physical system. The Stern-Gerlach experiment is an example of producing an ensemble – a collection of electrons…

Read more
Time dependent Schrödinger equation, energy eigenstates, expected value

Time Evolution of Quantum States

Posted on January 14, 2022October 19, 2022 by keslerzhu

Time-dependent Schrödinger Equation Time-dependent Schrödinger equations is not an eigenvalue equation, but allowing us to predict the state at t, given the initial condition at t0. where Hamiltonian H^ = -h2/2m ∇2 + V(x, t). The potential energy V(x, t) in general depends on time, however time-independent potential V(x) covers a large number of important…

Read more
Commuting Operators

Quantum Mechanics: Uncertainty Principle and Change of Basis

Posted on January 6, 2022October 19, 2022 by keslerzhu

Commuting Operators Two observables A and B are considered ‘compatible’ if the corresponding operators commute with each other, i.e.: [A^, B^] = 0, where [ ] is commutator bracket, and A^, B^ are operators representing the physical observables A and B. Commuting operators have two very important properties: Commuting operators share the same set of…

Read more
Electron spin, Sequential Stern-Gerlach Experiments, Bra-ket, matrix, function representations

Stern-Gerlach Experiments & Dirac Bra-ket Notation

Posted on December 28, 2021October 19, 2022 by keslerzhu

Electron Spin Electron has intrinsic angular momentum called spin that is not associated with its orbital motion. And just like orbital angular momentum, spin angular momentum produces magnetic moment. Therefore electrons interact with magnetic field through both orbital and spin angular momentum. The electron is not actually spinning, electron produces angular momentum as if it…

Read more
Newton's second law, Light clock, Time dilation

Special Relativity: Space and Time

Posted on December 24, 2021November 2, 2022 by keslerzhu

For hundreds years, space and time were absolute in the concept of Newton, they are something that can not be changed. Since a hundred years ago, we understood special relativity, space and time were put together – one object that can transform to each other. Further, we have general relativity that space and time are not…

Read more

Posts pagination

  • Previous
  • 1
  • 2
  • 3
  • Next

American Contract Law I Andrew Ng Anna Koop Brenda Gunderson Christopher Millard Computer Communications Specialization Cryptography Economics of Money and Banking Evgenii Vashukevich Garud Iyengar Ivan Vybornyi Jeffrey Chasnov John Daily Jonathan Katz Kevin Webster Ling-Chieh Kung Machine Learning: Algorithms in the Real World Martin Haugh Mathematics for Engineers Specialization Matthew Hutchens Michael Donohoe Michael Fricke Microsoft Azure Fundamentals AZ-900 Exam Prep Specialization Operations Research (3): Theory Perry Mehrling Petro Lisowsky Physical Basics of Quantum Computing Practical Reinforcement Learning Rebekah May Search Engine Optimization (SEO) Specialization Sergey Sysoev Statistical Thermodynamics Specialization Statistics with Python Specialization Taxation of Business Entities I: Corporations TensorFlow 2 for Deep Learning Specialization U.S. Federal Taxation Specialization Wounjhang Park Xiaobo Zhou Yi Wang Сысоев Сергей Сергеевич

Subscribe to our newsletter!

© 2025 KZHU.ai 🚀 | Powered by Superbs Personal Blog theme

Privacy Policy - Terms and Conditions