Skip to content
marcusps edited this page Sep 14, 2010 · 7 revisions

How to use QIP.m

Simply add the main directory QIP.m to MATLAB’s path. The package contents can be accessed by using, for example

import qip.*              % this imports all of the qip namespace 
u = random.unitary(10)    % this accesses the qip.random.unitary function

See the files in the examples/ directory for further demonstrations.

Clone this wiki locally