Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/lkokkos mpi #747

Closed
wants to merge 42 commits into from
Closed

Commits on Mar 20, 2024

  1. Add lightning bin.

    vincentmr committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    20bffe2 View commit details
    Browse the repository at this point in the history
  2. Add LKMPI class.

    vincentmr committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    86d1af0 View commit details
    Browse the repository at this point in the history
  3. WIP try to init SVMPI.

    vincentmr committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    a952e74 View commit details
    Browse the repository at this point in the history
  4. Make SVK attr of SVKMPI.

    vincentmr committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    7e2d146 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9d0946 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Add is_wires_local.

    vincentmr committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    d0d79d6 View commit details
    Browse the repository at this point in the history
  2. Check that local H works.

    vincentmr committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    67b3032 View commit details
    Browse the repository at this point in the history
  3. Validate global H gate.

    vincentmr committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    125e852 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    e691581 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eae8d6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9adc34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    521571d View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Test 2q-global gates.

    vincentmr committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    8811f2d View commit details
    Browse the repository at this point in the history
  2. Fix global2q gates.

    vincentmr committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    b6bd5c7 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/feature/generic_gate_functor' in…

    …to feature/lkokkos_mpi
    vincentmr committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    a48b281 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c09d99 View commit details
    Browse the repository at this point in the history
  5. 2q gates work.

    vincentmr committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    f5d42b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    578ae03 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7d470ca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    388ae4c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    60ea15c View commit details
    Browse the repository at this point in the history
  10. Add bindings WIP.

    vincentmr committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    c954670 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    4f9501b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bce6d40 View commit details
    Browse the repository at this point in the history
  3. Add GPU support WIP.

    vincentmr committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    b8f4911 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73c619e View commit details
    Browse the repository at this point in the history
  5. Add bench scripts.

    vincentmr committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    8ff4bea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7732c74 View commit details
    Browse the repository at this point in the history
  7. Add OpenMP data.

    vincentmr committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    36191b3 View commit details
    Browse the repository at this point in the history
  8. Add hybrid data.

    vincentmr committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    2416b00 View commit details
    Browse the repository at this point in the history
  9. Add cuda data

    vincentmr committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    3478c8f View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    79ecac9 View commit details
    Browse the repository at this point in the history
  2. Add adjoint support.

    vincentmr committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    bbb869b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb7adcc View commit details
    Browse the repository at this point in the history
  4. Minor basic_circuit mod.

    vincentmr committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c4b49ff View commit details
    Browse the repository at this point in the history
  5. Simplify macro usage.

    vincentmr committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    80cb08e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    659f1ff View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    f09dc17 View commit details
    Browse the repository at this point in the history
  2. Move function.

    vincentmr committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    26cd65c View commit details
    Browse the repository at this point in the history
  3. Refactor setStateVector.

    vincentmr committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    dc2da0e View commit details
    Browse the repository at this point in the history
  4. Update basic_circuit

    vincentmr committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    2359274 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Fix setBasisState.

    vincentmr committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    cc15f3d View commit details
    Browse the repository at this point in the history