Cove.ClassicalUtilities provides classical (not quantum) utilities that can be used by simulations and users of Cove.

C# | Visual Basic | Visual C++ |
namespace Cove.ClassicalUtilities
Namespace Cove.ClassicalUtilities
namespace Cove.ClassicalUtilities

All Types | Classes |
Icon | Type | Description |
---|---|---|
![]() | ClassicalMath |
A static class containing various math functions that are not
contained in the .NET framework (v3.5)
|
![]() | Complex |
A complex number class for use in simulating quantum systems
|
![]() | ComplexMatrix |
A matrix class of size m x n that contains complex numbers.
|
![]() | InvalidMatrixLocationException |
The exception thrown when specifying a location in the matrix that does not exist.
An example would be specifying row 3, column 7 in a 2 x 2 matrix.
|
![]() | MatrixSizeMismatchException |
Exception that is thrown when trying to apply operations to matrices
whose sizes mismatch for the operation.
|