CZ:Featured article/Current: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Chunbum Park
(→‎Higgs boson: block cipher)
imported>John Stephenson
(template)
 
(100 intermediate revisions by 5 users not shown)
Line 1: Line 1:
== '''[[Block cipher]]''' ==
{{:{{FeaturedArticleTitle}}}}
----
<small>
In [[cryptography]], '''block ciphers''' are one of the two main types of [[symmetric cipher]]; they operate on fixed-size blocks of [[plaintext]], giving a block of [[ciphertext]] for each. The other main type are [[stream cipher]]s, which generate a continuous stream of keying material to be mixed with messages.
==Footnotes==
 
The basic function of block ciphers is to keep messages or stored data [[Information_security#Content_confidentiality | secret]]; the intent is that an unauthorised person be completely unable to read the enciphered material. Block ciphers therefore use a [[Key (cryptography)|key]] and are designed to be hard to read without that key. Of course an attacker's intent is exactly the opposite; he wants to read the material without authorisation, and often without the key. See [[cryptanalysis]] for his methods.
 
Among the best-known and most widely used block ciphers are two US government standards. The [[Data Encryption Standard]] (DES) from the 1970s is now considered obsolete; the [[Advanced Encryption Standard]] (AES) replaced it in 2002. To choose the new standard, the [[National Institute of Standards and Technology]] ran an AES competition. Fifteen ciphers were entered, five finalists selected, and eventually AES chosen. Text below gives an overview; for details of the process and the criteria, and descriptions of all fifteen candidates, see the [[AES competition]] article.
 
These standards greatly influenced the design of other block ciphers, and the latter part of this article is divided into sections based on that. [[#DES and alternatives | DES and alternatives]] describes 20th century block ciphers, all with the 64-bit block size of DES. [[#The AES generation | The AES generation]] describes the next generation, the first 21st century ciphers, all with the 128-bit block size of AES. [[#Large-block ciphers | Large-block ciphers]] covers a few special cases that do not fit in the other sections.
 
 
''[[Block cipher|.... (read more)]]''
 
{| class="wikitable collapsible collapsed" style="width: 90%; float: center; margin: 0.5em 1em 0.8em 0px;"
|-
! style="text-align: center;" | &nbsp;[[Block cipher#References|notes]]
|-
|
{{reflist|2}}
{{reflist|2}}
|}
</small>

Latest revision as of 10:19, 11 September 2020

In computational molecular physics and solid state physics, the Born-Oppenheimer approximation is used to separate the quantum mechanical motion of the electrons from the motion of the nuclei. The method relies on the large mass ratio of electrons and nuclei. For instance the lightest nucleus, the hydrogen nucleus, is already 1836 times heavier than an electron. The method is named after Max Born and Robert Oppenheimer[1], who proposed it in 1927.

Rationale

The computation of the energy and wave function of an average-size molecule is a formidable task that is alleviated by the Born-Oppenheimer (BO) approximation.The BO approximation makes it possible to compute the wave function in two less formidable, consecutive, steps. This approximation was proposed in the early days of quantum mechanics by Born and Oppenheimer (1927) and is indispensable in quantum chemistry and ubiquitous in large parts of computational physics.

In the first step of the BO approximation the electronic Schrödinger equation is solved, yielding a wave function depending on electrons only. For benzene this wave function depends on 126 electronic coordinates. During this solution the nuclei are fixed in a certain configuration, very often the equilibrium configuration. If the effects of the quantum mechanical nuclear motion are to be studied, for instance because a vibrational spectrum is required, this electronic computation must be repeated for many different nuclear configurations. The set of electronic energies thus computed becomes a function of the nuclear coordinates. In the second step of the BO approximation this function serves as a potential in a Schrödinger equation containing only the nuclei—for benzene an equation in 36 variables.

The success of the BO approximation is due to the high ratio between nuclear and electronic masses. The approximation is an important tool of quantum chemistry, without it only the lightest molecule, H2, could be handled; all computations of molecular wave functions for larger molecules make use of it. Even in the cases where the BO approximation breaks down, it is used as a point of departure for the computations.

Historical note

The Born-Oppenheimer approximation is named after M. Born and R. Oppenheimer who wrote a paper [Annalen der Physik, vol. 84, pp. 457-484 (1927)] entitled: Zur Quantentheorie der Molekeln (On the Quantum Theory of Molecules). This paper describes the separation of electronic motion, nuclear vibrations, and molecular rotation. A reader of this paper who expects to find clearly delineated the BO approximation—as it is explained above and in most modern textbooks—will be disappointed. The presentation of the BO approximation is well hidden in Taylor expansions (in terms of internal and external nuclear coordinates) of (i) electronic wave functions, (ii) potential energy surfaces and (iii) nuclear kinetic energy terms. Internal coordinates are the relative positions of the nuclei in the molecular equilibrium and their displacements (vibrations) from equilibrium. External coordinates are the position of the center of mass and the orientation of the molecule. The Taylor expansions complicate the theory tremendously and make the derivations very hard to follow. Moreover, knowing that the proper separation of vibrations and rotations was not achieved in this work, but only eight years later [by C. Eckart, Physical Review, vol. 46, pp. 383-387 (1935)] (see Eckart conditions), chemists and molecular physicists are not very much motivated to invest much effort into understanding the work by Born and Oppenheimer, however famous it may be. Although the article still collects many citations each year, it is safe to say that it is not read anymore, except maybe by historians of science.

Footnotes

  1. Wikipedia has an article about Robert Oppenheimer.