R/colv.R

Defines functions colv

Documented in colv

#generate a (column vector) with arbitrary no of states
#' @export
colv <- function(...){
	coeff <- as.complex(list(...))
	matrix(coeff,ncol=1)
}

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.