sf.physics.triples.fock_damping_Abc¶
- mrmustard.physics.triples.fock_damping_Abc(n_modes)[source]¶
The
(A, b, c)triple of a tensor product of Fock dampers.- Parameters:
n_modes (
int) – The number of modes.- Return type:
Union[ndarray[Tuple[int,int],Union[TypeVar(R,float16,float32,float64),TypeVar(C,complex64,complex128),TypeVar(Z,int16,int32,int64),TypeVar(N,uint16,uint32,uint64)]],ndarray[Tuple[int],Union[TypeVar(R,float16,float32,float64),TypeVar(C,complex64,complex128),TypeVar(Z,int16,int32,int64),TypeVar(N,uint16,uint32,uint64)]],TypeVar(R,float16,float32,float64),TypeVar(C,complex64,complex128),TypeVar(Z,int16,int32,int64),TypeVar(N,uint16,uint32,uint64)]- Returns:
The
(A, b, c)triple of the Fock damping channels.
code/api/mrmustard.physics.triples.fock_damping_Abc
Download Python script
Download Notebook
View on GitHub