05/22/1999		Yan Pritzker
	
	*Renamed:	QState 		-> 	Q_StateVector (no longer static)
			QRegister 	->	Q_BitSet
			QException	->	Q_Exception

07/18/1999		Yan Pritzker

	*Resumed work...it now compiles
	*Changed state model to use Compressed1D (MTL) rather than Vector class
	*Gates are being rewritten...they now use a Transform() method
		see qgate.h and qgate.cc

07/25/1999		Yan Pritzker
	*Transform method of Q_Gate renamed to ApplyTo
	*Gates class has static members to create complex matrices from doubles
	*See main.cc for usage of Gates

07/29/1999		Yan Pritzker
	*Fixed ApplyTo() method to work properly with different size bitsets
