[julia-users] Re: GSoC 2015 with JuliaQuantum

2015-09-24 Thread Amit Jamadagni
t; This is amazing! Do keep us posted on how things go. >> >> -viral >> >> On Tuesday, May 19, 2015 at 4:42:39 AM UTC+5:30, Amit Jamadagni wrote: >>> >>> Hello everyone, >>>I am most happy to inform that my project titled JuliaQuantum : >>

[julia-users] Re: GSoC 2015 with JuliaQuantum

2015-09-24 Thread Amit Jamadagni
he community on this activity. Thanking you, Amit. PS : Sincere apologies for the noise. On Thu, Sep 24, 2015 at 6:17 PM, Amit Jamadagni <bitsjamada...@gmail.com> wrote: > Hello everyone, > We have made some decent progress during GSoC 2015 and we would > like to present the

[julia-users] GSoC 2015 with JuliaQuantum

2015-05-18 Thread Amit Jamadagni
Hello everyone, I am most happy to inform that my project titled JuliaQuantum : Framework for Solvers https://www.google-melange.com/gsoc/project/details/google/gsoc2015/amitjamadagni/5700735861784576 has been selected for GSoC 2015

[julia-users] Re: Sparse matrix with diagonal index

2015-03-10 Thread Amit Jamadagni
, March 10, 2015 at 2:40:24 PM UTC-4, Amit Jamadagni wrote: Thank you very much for the response. But the behavior of the same in scipy is different i.e., it omits the elements. Is this not the expected behavior ?? Why would you expect the function to silently ignore some of your inputs?

[julia-users] Re: Sparse matrix with diagonal index

2015-03-10 Thread Amit Jamadagni
Thank you very much for the response. But the behavior of the same in scipy is different i.e., it omits the elements. Is this not the expected behavior ?? The same result is as follows using scipy and numpy : import numpy as np import scipy.sparse as sp m = np.arange(3, -4, -1) t =