Squeezed coherent stateIn physics, a squeezed coherent state is a quantum state that is usually described by two non-commuting observables having continuous spectra of eigenvalues. Examples are position and momentum of a particle, and the (dimension-less) electric field in the amplitude (phase 0) and in the mode (phase 90°) of a light wave (the wave's quadratures). The product of the standard deviations of two such operators obeys the uncertainty principle: and , respectively.
Thérapie cognitivo-comportementaleLes thérapies comportementales et cognitives ou TCC (en anglais, cognitive behavioral therapy ou CBT) regroupent un ensemble de traitements des troubles psychiatriques (notamment addictions, psychoses, dépressions et troubles anxieux) qui partagent une approche selon laquelle la technique thérapeutique doit être fondée sur les connaissances issues de la psychologie scientifique. Elles doivent obéir à des protocoles relativement standardisés. Elles évaluent souvent l'évolution du patient au cours de la thérapie.
CorecursionIn computer science, corecursion is a type of operation that is to recursion. Whereas recursion works analytically, starting on data further from a base case and breaking it down into smaller data and repeating until one reaches a base case, corecursion works synthetically, starting from a base case and building it up, iteratively producing data further removed from a base case. Put simply, corecursive algorithms use the data that they themselves produce, bit by bit, as they become available, and needed, to produce further bits of data.