Commit | Date | |
---|---|---|
[r21108]
by
bugman
The lib.linear_algebra.matrix_exponential.matrix_exponential() function now uses lib.check_types.is_complex(). This fixes the function for complex matrices. |
2013-10-15 09:34:11 | Tree |
[r21107]
by
bugman
Created the lib.check_types.is_complex() function. This is used to determine if a number is a Python or numpy complex type. |
2013-10-15 09:31:40 | Tree |
[r21106]
by
bugman
Merged revisions 21103-21105 via svnmerge from ........ |
2013-10-15 09:08:58 | Tree |
[r21105]
by
bugman
Implemented the lib.linear_algebra.matrix_exponential.matrix_exponential() function. This handles square matrices in either complex or real form. |
2013-10-15 09:07:54 | Tree |
[r21104]
by
bugman
Loosened the lib.linear_algebra.matrix_exponential.matrix_exponential() unit test checks. |
2013-10-15 09:07:19 | Tree |
[r21103]
by
bugman
Created a unit test for the lib.linear_algebra.matrix_exponential module. This module does not exist yet, but it will be used to replace the scipy.linalg.expm() function use |
2013-10-15 08:43:03 | Tree |
2013-10-15 06:44:09 | Tree | |
[r21101]
by
bugman
The dispersion multi-processor optimisation code now prints out its own simulation messages. This is to fix bug #21190 (https://gna.org/bugs/?21190). The memo object now is feed in the spin IDs of the cluster and stores this as the cluster_name |
2013-10-14 18:22:50 | Tree |
[r21100]
by
bugman
Merged revisions 21099 via svnmerge from ........ |
2013-10-14 18:18:44 | Tree |
[r21099]
by
bugman
Modified the Monte Carlo simulation printout behaviour for the minimisation related user functions. This is to help in fixing bug #21190 (https://gna.org/bugs/?21190). This includes the calculate, grid_search, and minimise user functions. The new multi-processor |
2013-10-14 18:18:11 | Tree |