I'm using glas for developing quantum gate optimal program, and it's good

View: New views
2 Messages — Rating Filter:   Alert me  

I'm using glas for developing quantum gate optimal program, and it's good

by Tsai Dung-Bang :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dear all

Recently, I have studied some quantum computer gate problem using this
library for performing matrix operating, and it works greatly. I feel
it's very easy to use, fast, and the code is very clean. So I have
implemented some library by myself such as matrix exponentialwhich is
the most import part for solving Schrodinger eq.

First, I'm newbie to this library, but why when this library perform a
complex vector inner product, it will simply multiply them without
conjugate first vector first?

Ex.
A = 3 + 4i

C = inner_prod(A,A) = -5 + 24i in glas library.
but it should be  C = 25

Second, I know this library has atlas building, but it's possible for
writing a self-contain QR-decomposition template, etc. , then we could
take the advantage of template such that we are free of certainly
float type.

Third, as a newbie, I would like to contribute to this library, what
could I do at beginning?

Thanks

Tsai Dung-Bang

Nation Taiwan University, Department of Physics.
_______________________________________________
glas mailing list
glas@...
http://lists.boost.org/mailman/listinfo.cgi/glas

Re: I'm using glas for developing quantum gate optimal program, and it's good

by Tsai Dung-Bang :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dear all,

sorry, I go to the wrong list, I should mail it to ublas. Please delete it

Thanks

Tsai Dung-Bang
_______________________________________________
glas mailing list
glas@...
http://lists.boost.org/mailman/listinfo.cgi/glas