chickadee » landauer » heat

heat operationsprocedure

Calculate a lower-bound on the heat dissipated by some number of irreversible bit-operations.

Room-temperature is governed by the room-temperature parameter.

operations
The number of irreversible bit-operations
(define (heat operations) (* operations k (room-temperature) (log 2)))