giangiac

Results 29 comments of giangiac

Hi @cangumeli, it seems to me that "MPI_Wtime()" returns the number of seconds elapsed from a specific point in the past. This point is guaranteed not to change during the...

The barrier-related contribution works fine. The min/max time approach may not be the best for timing the code in Python. One simple alternative is: min time --> time-of-day and then...

That is what I was thinking too: Providing the barrier command should suffice for most applications. Do you want to eliminate the min/max time and simply keep the barrier?

Hi @TysonRayJones and hi @mlxd, Sorry for the late reply. I think that including a direct n-qubit controlled gate is a great idea. For how I see it, there are...

Hi @mbuchberger1967 , thanks for pointing out this issue. I will give a look to your solution.

Hi @mbuchberger1967 Thanks for the reminder. I'll give a look at pull request #57

@cangumeli This seems to be related to IqsNative option. Can you look into it?

Is it enough to use ::iqs::QubitRegister in your project's code, or should the leading "::" be used in this repository's (i.e. intel-qs) code too?

Hi @wh5a , I was able to reproduce the error working in the "master" branch, but the problem seems to be fixed in branch "development". Since several improvements were introduced,...

@wh5a the LOOP_SN, LOOP_DN and LOOP_TN are functions to performed "nested for loops" that manually decide which of the loops is parallelized via OpenMP. They are used for the implementation...