Next Article in Journal
Robust Bayesian Regression with Synthetic Posterior Distributions
Next Article in Special Issue
Optimized Piston Motion for an Alpha-Type Stirling Engine
Previous Article in Journal
Using Probabilistic Approach to Evaluate the Total Population Density on Coarse Grids
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Endoreversible Models for the Thermodynamics of Computing

Vakgroep elektronika en informatiesystemen, Universiteit Gent, Technologiepark 126, B-9052 Gent, Belgium
Entropy 2020, 22(6), 660; https://doi.org/10.3390/e22060660
Submission received: 20 May 2020 / Revised: 9 June 2020 / Accepted: 10 June 2020 / Published: 15 June 2020
(This article belongs to the Special Issue Finite-Time Thermodynamics)

Abstract

:
Landauer’s principle says that, in principle, a computation can be performed without consumption of work, provided no information is erased during the computational process. This principle can be introduced into endoreversible models of thermodynamics.

1. Introduction

Thermodynamics of computing has a peculiar history. Many years, scientists have searched for the minimum energy needed to perform an elementary computing step. It was Landauer [1,2,3,4] who demonstrated in the period 1960–1990 that, in principle, computing can be performed without energy consumption, provided the computing process applies exclusively logically reversible computing steps. As long as information is not destroyed and computing is performed infinitely slowly, no work has to be supplied to the computer. Only erasure of information requires energy input. It is remarkable that we had to wait until the period 2012–2018 to have experimental confirmation [5,6,7,8] of Landauer’s principle.
Basic thermodynamics, i.e., the Carnot theory, describes thermal engines acting infinitely slowly. In 1975, Curzon and Ahlborn [9] presented a thermodynamical model for an engine working at non-zero speed: the endoreversible engine. It consists of a reversible core, performing the actual conversion (of heat into work) and two irreversible channels for the heat transport. The approach turned out to be very fruitful: not only processes in engineering, but also in physics, chemistry, economics, etc. can successfully profit from endoreversible modelling, especially when processes happen at non-zero speed and thus tasks are performed in a finite time [10,11].
The present paper is an attempt to apply the endoreversible scheme to the Landauer principle, thus to thermodynamically describe computing at a non-zero speed.

2. Logic Gates

Any computer is built from basic building blocks, called gates. In a conventional electronic computer, such building block is e.g., a not gate, an or gate, a nor gate, an and gate, a nand gate, etc. Such gate has both a short input (denoted with subscript 1) and a short output (denoted with subscript 2). As an example, Table 1a defines the and gate, by means of its truth table. We see an input word A 1 B 1 and the corresponding output word A 2 . If the input word is given, the table suffices to read what the output ‘will be’. If, however, the value of the output word is given, this information is not sufficient to recover what the input word ‘has been’. Indeed, output A 2 = 0 can equally well be the result of either A 1 B 1 = 00 or A 1 B 1 = 01 , or A 1 B 1 = 10 . For this reason, we say that the gate is logically irreversible. In contrast, the not gate is logically reversible, as can be verified from its truth table in Table 1b. Indeed, knowledge of A 1 suffices to know A 2 , but also: knowledge of A 2 suffices to know A 1 .
We not only can distinguish logically irreversible gates from logically reversible gates. We also can quantify how strongly a gate is irreversible. For this purpose, we apply Shannon’s entropy:
S = k q i log ( q i ) ,
where k is Boltzmann’s constant and q i is the probability that a word A B C (either an input word A 1 B 1 C 1 or an output word A 2 B 2 C 2 ) has a particular value. As an example, we examine Table 1a in detail. Let ( q 00 ) 1 be the probability that input word A 1 B 1 equals 00, let ( q 01 ) 1 be the probability that A 1 B 1 equals 01, let ( q 10 ) 1 be the probability that it equals 10, and let ( q 11 ) 1 be the probability that it equals 11. We, of course, assume 0 ( q i ) 1 1 for all i, as well as ( q i ) 1 = 1 . Let ( q 0 ) 2 be the probability that output word A 2 equals 0 and let ( q 1 ) 2 be the probability that A 2 equals 1. Inspection of Table 1a reveals that
( q 0 ) 2 = ( q 00 ) 1 + ( q 01 ) 1 + ( q 10 ) 1 ( q 1 ) 2 = ( q 11 ) 1 .
Automatically, we have 0 ( q i ) 2 1 for both i, as well as ( q i ) 2 = 1 . We now compare the entropies of input and output:
S 1 = k ( q i ) 1 log ( q i ) 1 S 2 = k ( q i ) 2 log ( q i ) 2 .
We find that these two quantities are not necessarily equal. For example, if the inputs 00, 01, 10, and 11 are equally probable, i.e., if
( q 00 ) 1 = ( q 01 ) 1 = ( q 10 ) 1 = ( q 11 ) 1 = 1 / 4 ,
then we have
( q 0 ) 2 = 3 / 4 and ( q 1 ) 2 = 1 / 4 ,
such that
S 1 = 2 k log ( 2 ) = 2 b S 2 = 2 3 log ( 3 ) 4 log ( 2 ) k log ( 2 ) 0 . 811 b ,
where b = k log ( 2 ) is called ‘one bit of information’. Thus, evolving from input to output is accompanied by a loss of entropy S 1 S 2 of about 1.189 bits. A similar examination of Table 1b leads to S 1 = S 2 = 1 b . Thus, both input and output contain one bit of information. There is no change in entropy: S 1 S 2 = 0 .
A reversible computer is a computer exclusively built from reversible logic gates [12,13]. As among the conventional logic gates, only the not gate is logically reversible, we need to introduce unconventional reversible gates, in order to be able to build a general-purpose reversible computer. Table 2 shows two examples: the controlled not gate (a.k.a. the Feynman gate) and the controlled controlled not gate (a.k.a. the Toffoli gate). The truth table of the controlled not gate has the following properties:
( q 00 ) 2 = ( q 00 ) 1 ( q 01 ) 2 = ( q 01 ) 1 ( q 10 ) 2 = ( q 11 ) 1 ( q 11 ) 2 = ( q 10 ) 1 ,
such that ( q i ) 2 log ( ( q i ) 2 ) = ( q i ) 1 log ( ( q i ) 1 ) and thus S 2 = S 1 . This result is true whatever the values of the input probabilities ( q 00 ) 1 , ( q 01 ) 1 , ( q 10 ) 1 , and ( q 11 ) 1 , thus not only if these four numbers all are equal to 1 / 4 . The reason of this property is clear: the output words A 2 B 2 of Table 2a are merely a permutation of the input words A 1 B 1 . Analogously, in Table 2b, the output words A 2 B 2 C 2 form a permutation of the input words A 1 B 1 C 1 . Therefore, the controlled controlled not gate also satisfies S 2 = S 1 and hence is logically reversible.
Figure 1 shows a c-MOS (i.e., complementary metal–oxide–semiconductor) implementation of these two reversible gates in a silicon chip.
The reader may easily verify that, in general, we are allowed to summarize as follows:
  • if the logic gate is logically reversible, then entropy is neither increased nor decreased;
  • if the logic gate is logically irreversible, then entropy is decreased.
Of course, in the framework of the second law, any entropy decrease sounds highly suspicious. The next section will demonstrate that fortunately there is no need to worry.

3. Macroentropy and Microentropy

Let the phase space of a system be divided into N parts. Let p m be the probability that the system finds itself in part # m of the phase space. Then, the entropy of the system is
σ = k m = 1 N p m log ( p m ) .
Figure 2a shows an example with N = 15 .
We now assume that the division of phase space happens in two steps. First, we divide it into M large parts (with M N ), called macroparts. Then, we divide each macropart into microparts: macropart # 1 into n 1 microparts, macropart # 2 into n 2 microparts, ..., and macropart # M into n M microparts:
n 1 + n 2 + + n M = N .
We denote by p i , j the probability that the system is in microcell # j of macrocell # i. Let q i be the probability that the system finds itself in macropart # i:
q i = j = 1 n i p i , j .
Figure 2b shows an example with N = 15 and M = 4 ( n 1 = 4 , n 2 = 5 , n 3 = 3 , and n 4 = 3 ); Figure 2c shows an example with N = 15 and M = 2 ( n 1 = 12 and n 2 = 3 ).
Let σ be the entropy of the system consisting of the M macrocells. We have
σ = k i = 1 M j = 1 n i p i , j log ( p i , j ) .
One can easily check that this expression can be written as
σ = k i = 1 M q i log ( q i ) k i = 1 M q i j = 1 n i p i , j q i log p i , j q i .
The former contribution to the rhs of Equation (3) is called the macroentropy S, whereas the latter contribution is called the microentropy s. We identify the macroentropy with the information entropy of Section 2. We associate the microentropy with the heat Q, i.e., with the energy exchange which would occur, if the microentropy enters or leaves the system at temperature T, according to the Gibbs formula
s = Q T .
Hence:
σ = S + Q T .
This decomposition can be expressed in several ways:
total entropy = macroentropy + microentropy = Shannon entropy + Gibbs entropy = information entropy + heat entropy .
We now assume that the probabilities of being in a particular microcell is the same in the three cases of Figure 2. For example, p 6 of Figure 2a equals both p 2 , 2 of Figure 2b and p 1 , 6 of Figure 2c. Then, Equations (1) and (2) tell us that the entropy σ is the same in the three cases:
σ a = σ b = σ c .
Assuming all probabilities p i , j are non-zero, it is clear that the macroentropies satisfy
0 = S a < S c < S b .
Therefore, the microentropies satisfy
σ = s a > s c > s b .
In particular, the inequality S c < S b corresponds with the inequality S 2 < S 1 in Section 2 for the and gate in Table 1a. Indeed: Figure 2b corresponds with the left part of the truth table, whereas Figure 2c corresponds with the right part of the table. The decrease of macroentropy ( S 2 < S 1 ) thus is compensated by the increase of microentropy ( s 2 > s 1 ), leading to σ 2 = σ 1 , thus saving the second law: σ 2 σ 1 .

4. Reversible Engine

Figure 3a is the classical model of the Carnot engine, consisting of
  • a heat reservoir at temperature T 1 , providing a heat Q 1 ,
  • a heat reservoir at temperature T 2 , absorbing a heat Q 2 , and
  • a reversible convertor, generating the work E.
For our purpose, we provide each reservoir with a second parameter, i.e., the macroentropy S. See Figure 3b.
We write the two fundamental theorems of reversible thermodynamics:
  • conservation of energy: the total energy leaving the convertor is zero:
    Q 1 + E + Q 2 = 0 ;
  • conservation of entropy: the total entropy leaving the convertor is zero:
    Q 1 T 1 + S 1 + 0 + Q 2 T 2 + S 2 = 0 .
Eliminating the variable Q 2 from the above two equations yields
E = 1 T 2 T 1 Q 1 + ( S 2 S 1 ) T 2 .
We can distinguish two special cases (Figure 4):
  • If S 2 = S 1 , then we obtain from Equation (4) that
    E = 1 T 2 T 1 Q 1 ,
    known as Carnot’s law.
  • If T 2 = T 1 (say T), then we obtain from (4) that
    E = ( S 2 S 1 ) T ,
    known as Landauer’s law.
We thus retrieve, besides Carnot’s formula, the priciple of Landauer: if no information is erased ( S 2 = S 1 ), then no work E is involved; if information is erased ( S 2 < S 1 ), then a negative work E is produced, meaning that we have to supply a positive work E .
We note that, in Figure 4a, the arrows indicate the sence of positive Q 1 (heat leaving the upper heat reservoir) and positive Q 2 (heat entering the lower heat reservoir). Analogously, in Figure 4b, the arrows indicate the sence of positive S 1 (macroentropy leaving the upper memory register) and S 2 (macroentropy entering the lower memory register). In order to actually perform the computation in the positive direction, an external driving force is necessary. The next section introduces this ‘arrow of computation’.

5. Reversible Engine Revisited

Information is carried by particles. Therefore, we have to complement the reservoirs of Figure 3b with a third parameter, i.e., the chemical potential μ of the particles. See Figure 5. Besides a heat flow Q, a reservoir also provides (or absorbs) a matter flow N.
In conventional electronic computers, the particles are electrons and holes within silicon and copper. There, the particle flow N is (up to a constant) equal to the electric current I:
N = I / q ,
where q is the elementary charge. The chemical potential μ is (up to a constant) equal to the voltage V:
μ = q V .
In the present model, we maintain the quantities N and μ , in order not to exclude unconventional computing, e.g., computation by means of ions, photons, Majorana fermions, ... or even good old abacus beads.
We write the three fundamental theorems of reversible thermodynamics:
  • conservation of matter: the total amount of matter leaving the convertor is zero:
    N 1 + 0 + N 2 = 0 ;
  • conservation of energy: the total energy leaving the convertor is zero:
    ( Q 1 + μ 1 N 1 ) + E + ( Q 2 + μ 2 N 2 ) = 0 ;
  • conservation of entropy: the total entropy leaving the convertor is zero:
    Q 1 T 1 + S 1 + 0 + Q 2 T 2 + S 2 = 0 .
The first equation leads to N 2 = N 1 , which we simply denote by N. Eliminating the variable Q 2 from the remaining two equations yields the output work:
E = 1 T 2 T 1 Q 1 + ( μ 1 μ 2 ) N + ( S 2 S 1 ) T 2 .
We can distinguish three special cases (Figure 6):
  • If μ 2 = μ 1 and S 2 = S 1 , then we obtain
    E = 1 T 2 T 1 Q 1 ,
    i.e., Carnot’s law.
  • If T 2 = T 1 and S 2 = S 1 , then we obtain
    E = ( μ 1 μ 2 ) N ,
    known as Gibb’s law.
  • If T 2 = T 1 (say T) and μ 2 = μ 1 , then we obtain
    E = ( S 2 S 1 ) T ,
    i.e., Landauer’s principle.

6. Irreversible Transport

Figure 7a represents a transport channel between two reservoirs. The upper reservoir has parameter values T , μ , and S ; the lower reservoir has parameter values T , μ , and S . We assume that the computer hardware is at a uniform temperature. Hence, T = T (say T). Furthermore, we assume that S = S (say S). This means, e.g., that noise does not cause random bit errors during the transport of the information. Thus, reservoirs only differ by μ and μ . See Figure 7b.
The particle drift N is caused by the difference of the two potentials μ and μ . The law governing the current is not necessarily linear. Hence, we have
N = 1 R [ f ( μ ) f ( μ ) ] ,
where f ( μ ) is an appropriate (monotonically increasing) function of μ and R (called resistance) is a constant depending primarily on the material properties and geometry of the particle channel. Many different functions f are applicable in different circumstances. For example, in classical c-MOS technology, an electron or hole diffusion process in silicon [14,15] can successfully be modeled by the function
f ( μ ) = exp μ k T ,
such that
N = 1 R exp μ k T exp μ k T .
Below, however, for sake of mathematical transparency, we will apply
f ( μ ) = μ ,
such that we have a linear transport equation, i.e., Ohm’s law:
N = 1 R ( μ μ ) .

7. Endoreversible Engine

Figure 8 shows an endoreversible computer gate. It consists of
  • a core part with reversible gate and
  • two transport channels: one for providing the input information and one for draining the output information.
The core is modeled according to Section 5; the two transport channels are modeled according to Section 6. In Figure 8a, the two outermost reservoirs (i.e., the input and output data registers) have fixed boundary conditions: T 1 , μ 1 , S 1 and T 2 , μ 2 , S 2 , respectively. The inner parameters T 3 , μ 3 , S 3 , T 4 , μ 4 , and S 4 are variables. In accordance with Section 6, we choose T 3 and S 3 equal to T 1 and S 1 , respectively, as well as T 4 and S 4 equal to T 2 and S 2 , respectively. Finally, we assume the whole engine is isothermal, such that T 2 = T 1 . This results in Figure 8b. We thus only hold back as variable parameters the chemical potentials μ 3 and μ 4 .
According to Section 5, we have, for the core of the endoreversible engine:
E = ( μ 3 μ 4 ) N + ( S 2 S 1 ) T .
According to Section 6, the two transport laws are
N = 1 R 1 ( μ 1 μ 3 )
N = 1 R 2 ( μ 4 μ 2 ) .
We remind that, in the present model, the intensive quantities T, μ 1 , S 1 , μ 2 , and S 2 have given values, whereas the quantities μ 3 and μ 4 have variable values. We eliminate the two parameters μ 3 and μ 4 from the three Equations (5)–(7). We thus obtain
E ( N ) = ( μ R N ) N + T ( S 2 S 1 ) ,
where μ = μ 1 μ 2 and R = R 1 + R 2 . The total energy dissipated in the endoreversible engine is
F = N μ 1 E N μ 2 .
We thus find
F ( N ) = R N 2 + T ( S 1 S 2 ) .
The former term on the rhs of Equation (8) consists of the energy R 1 N 2 dissipated in resistor R 1 and the energy R 2 N 2 dissipated in resistor R 2 ; the latter term is the energy dissipated in the information loss in the core of the engine.
If N = 0 , then we dissipate a minimum of energy F m i n = F ( 0 ) = T ( S 1 S 2 ) . Unfortunately, N = 0 corresponds with an engine computing infinitely slowly (just like a heat engine produces power with a maximum, i.e., Carnot, efficiency when driven infinitely slowly). For reasons of speed, a computer is usually operated in so-called short-circuit mode: N = N s c = μ / R . This operation corresponds with a short circuit between the two inner reservoirs of Figure 8: μ 3 = μ 4 . Under such condition, we have
F = F s c = F ( N s c ) = F μ R = 1 R μ 2 + T ( S 1 S 2 ) = R N s c 2 + T ( S 1 S 2 ) = μ N s c + T ( S 1 S 2 ) .
For the sake of energy savings, we aim at low F s c . As N s c is large for sake of speed, we thus need both small R and small μ .

8. Discussion

Figure 8b acts as our thermodynamical model of classical (i.e., non-quantum) computing. It is equally applicable to a single elementary logic gate as it is to a complete supercomputer. In the use of the model, we distinguish two cases: logically irreversible computation and logically reversible computation:

8.1. Conventional Computing

In conventional computers, information is erased during the computational process: S 1 S 2 > 0 . The computation happens in one direction: from reservoir # 1 to reservoir # 2. In other words: N > 0 and thus μ 1 > μ 2 .
During several decades, classical MOS technology succeeded in minimizing both parameters R and μ . Indeed, according to Moore’s law, we have known a continuous (exponential) shrinking of computer components. As a consequence, energy consumption per computational step diminished accordingly. In spite of this, the former term in (9) is still several orders of magnitude larger than the latter contribution. For a single computational step with e.g., a nand gate, in a 10 nanometer c-MOS technology, run with a power-supply voltage of 0.6 volt and operating at room temperature (i.e., at about 300 K), the dissipation in the resistor R is of the order of one attojoule (i.e., 10 18 J), whereas the dissipation T ( S 1 S 2 ) is of order one zeptojoule (i.e., 10 21 J) only (corresponding with an entropy production of 3 zJ/K and 0.003 zJ/K, respectively). An attojoule may sound as an irrelevant miniscule amount of energy. However, because of present-day computer speeds (i.e., clock rates of about 3 GHz) and computation parallelism, it is responsible for the approximately 50 W dissipation in a single silicon chip (CPU or central processing unit) and hence for the megawatt power consumption in today’s data centres. Further improvement of technology could lead to less energy dissipation. However, breaking the Landauer barrier will be impossible without radically changing computation architecture, i.e., without switching from logically irreversible computing to reversible computing.

8.2. Reversible Computing

In reversible computers, no information is erased: S 1 S 2 = 0 . The computation can happen in either direction: either from reservoir # 1 to reservoir # 2 or from reservoir # 2 to reservoir # 1. The former operation is activated by choosing μ 1 > μ 2 (and hence N > 0 ); the latter operation is activated by choosing μ 2 > μ 1 (and hence N < 0 ). For example, the circuits in Figure 1 indeed can be operated from top to bottom as well as from bottom to top, depending on the applied voltages.
Because the contribution T ( S 1 S 2 ) to the dissipated energy F is absent from (8), we can, in the limit, make F as small as we like, by letting N go to zero, either from the positive side or from the negative side. This reminds us of the fundamental law: things only can happen without dissipation if they happen infinitely slowly.

9. Conclusions

Endoreversible schemes have proven to be very useful in many branches of science: both in thermodynamics and in many disciplines far beyond. In the present paper, we have applied it to informatics and computing. The simple model presented brings together Carnot’s law, Landauer’s principle, Ohm’s law, and even Moore’s law.

Funding

This research received no external funding.

Acknowledgments

The author thanks Bjarne Andresen and Robert Glueck, both from Københavns Universitet, at the physics and information department, respectively, for many years of fruitful discussions and collaborations.

Conflicts of Interest

The author declares no conflicts of interest.

References

  1. Landauer, R. Irreversibility and heat generation in the computational process. IBM J. Res. Dev. 1961, 5, 183–191. [Google Scholar] [CrossRef]
  2. Keyes, R.; Landauer, R. Minimal energy dissipation in logic. IBM J. Res. Dev. 1970, 14, 153–157. [Google Scholar] [CrossRef]
  3. Bennett, C.; Landauer, R. The fundamental physical limits of computation. Sci. Am. 1985, 253, 38–46. [Google Scholar] [CrossRef]
  4. Landauer, R. Information is physical. Phys. Today 1991, 44, 23–29. [Google Scholar] [CrossRef]
  5. Bérut, A.; Arakelyan, A.; Petrosyan, A.; Ciliberto, S.; Dillenschneider, R.; Lutz, E. Experimental verification of Landauer’s principle linking information and thermodynamics. Nature 2012, 483, 187–190. [Google Scholar] [CrossRef] [PubMed]
  6. Orlov, A.; Lent, C.; Thorpe, C.; Boechler, G.; Snider, G. Experimental test of Landauer’s principle at the sub-kBT level. Jpn. J. Appl. Phys. 2012, 51, 06FE10. [Google Scholar] [CrossRef]
  7. Jun, Y.; Gavrilov, M.; Bechhoefer, J. High-precision test of Landauer’s principle in a feedback trap. Phys. Rev. Lett. 2014, 113, 190601. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  8. Yan, L.; Xiong, T.; Rehan, K.; Zhou, F.; Liang, D.; Chen, L.; Zhang, J.; Yang, W.; Ma, Z.; Feng, M. Single-atom demonstration of the quantum Landauer principle. Phys. Rev. Lett. 2018, 120, 210601. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  9. Curzon, F.; Ahlborn, B. Efficiency of a Carnot engine at maximum power output. Am. J. Phys. 1975, 43, 22–24. [Google Scholar] [CrossRef]
  10. Andresen, B. Finite-Time Thermodynamics; Københavns Universitet: København, Denmark, 1983; ISBN 87-88318-02-8. [Google Scholar]
  11. De Vos, A. Thermodynamics of Solar Energy Conversion; Wiley–VCH: Weinheim, Germany, 2008; ISBN 978-3-527-40841-2. [Google Scholar]
  12. Fredkin, E.; Toffoli, T. Conservative logic. Int. J. Phys. 1982, 21, 219–253. [Google Scholar] [CrossRef]
  13. De Vos, A. Reversible Computing; Wiley–VCH: Weinheim, Germany, 2010; ISBN 978-3-527-40992-1. [Google Scholar]
  14. Mead, M. Analog VLSI and Neural Systems; Addison–Wesley: Reading, MA, USA, 1989; ISBN 0-201-05992-4. [Google Scholar]
  15. Desoete, B.; De Vos, A. Optimal charging of capacitors. In Proceedings of the 8th International Workshop Patmos, Lyngby, Denmark, 7–9 October 1998; pp. 335–344. [Google Scholar]
Figure 1. Silicon c-MOS inplementation of two reversible logic gates: (a) the controlled not gate and (b) the controlled controlled not gate.
Figure 1. Silicon c-MOS inplementation of two reversible logic gates: (a) the controlled not gate and (b) the controlled controlled not gate.
Entropy 22 00660 g001
Figure 2. A same phase space divided into three different numbers M of macrocells: (a) M = 1 ; (b) M = 4 ; and (c) M = 2 .
Figure 2. A same phase space divided into three different numbers M of macrocells: (a) M = 1 ; (b) M = 4 ; and (c) M = 2 .
Entropy 22 00660 g002
Figure 3. Core engines: (a) basic model and (b) extended model.
Figure 3. Core engines: (a) basic model and (b) extended model.
Entropy 22 00660 g003
Figure 4. Core engines: (a) the Carnot engine and (b) the Landauer engine.
Figure 4. Core engines: (a) the Carnot engine and (b) the Landauer engine.
Entropy 22 00660 g004
Figure 5. Core engine.
Figure 5. Core engine.
Entropy 22 00660 g005
Figure 6. Core engines: (a) the Carnot engine, (b) the Gibbs engine, and (c) the Landauer engine.
Figure 6. Core engines: (a) the Carnot engine, (b) the Gibbs engine, and (c) the Landauer engine.
Entropy 22 00660 g006
Figure 7. Irreversible transport: (a) general model and (b) simplified model.
Figure 7. Irreversible transport: (a) general model and (b) simplified model.
Entropy 22 00660 g007
Figure 8. Endoreversible engine: (a) general model and (b) simplified model.
Figure 8. Endoreversible engine: (a) general model and (b) simplified model.
Entropy 22 00660 g008
Table 1. Truth tables of two conventional logic gates: (a) the and gate and (b) the not gate.
Table 1. Truth tables of two conventional logic gates: (a) the and gate and (b) the not gate.
(a)
A 1 B 1 A 2
000
010
100
111
(b)
A 1 A 2
01
10
Table 2. Truth tables of two reversible logic gates: (a) the controlled not gate and (b) the controlled controlled not gate.
Table 2. Truth tables of two reversible logic gates: (a) the controlled not gate and (b) the controlled controlled not gate.
(a)
A 1 B 1 A 2 B 2
0000
0101
1011
1110
(b)
A 1 B 1 C 1 A 2 B 2 C 2
000000
001001
010010
011011
100100
101101
110111
111110

Share and Cite

MDPI and ACS Style

De Vos, A. Endoreversible Models for the Thermodynamics of Computing. Entropy 2020, 22, 660. https://doi.org/10.3390/e22060660

AMA Style

De Vos A. Endoreversible Models for the Thermodynamics of Computing. Entropy. 2020; 22(6):660. https://doi.org/10.3390/e22060660

Chicago/Turabian Style

De Vos, Alexis. 2020. "Endoreversible Models for the Thermodynamics of Computing" Entropy 22, no. 6: 660. https://doi.org/10.3390/e22060660

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop