R/opDM.R

Defines functions opDM

Documented in opDM

opDM <- function(V,G){
	G %*% V %*% adjoint(G)
}

Try the QuantumOps package in your browser

Any scripts or data that you put into this service are public.

QuantumOps documentation built on Feb. 3, 2020, 5:07 p.m.