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

Set precision cmake #182

Open
wants to merge 34 commits into
base: set-precision
Choose a base branch
from
Open

Set precision cmake #182

wants to merge 34 commits into from

Commits on Oct 30, 2024

  1. split include/src [WIP]

    KowerKoint authored and KowerKoint committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    a60c483 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. restore --gpus all

    KowerKoint committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    7aab74e View commit details
    Browse the repository at this point in the history
  2. state_vector compile

    KowerKoint committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    218f0bb View commit details
    Browse the repository at this point in the history
  3. add installation

    KowerKoint committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    86fad40 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. [WIP] transfering

    KowerKoint committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    f3b56d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. transfer most of functions

    KowerKoint authored and KowerKoint committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    71f6d52 View commit details
    Browse the repository at this point in the history
  2. reflect commit 4d65f3d

    KowerKoint authored and KowerKoint committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    271c908 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. enable pip install

    KowerKoint committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    d53e3dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    deb9c49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce75305 View commit details
    Browse the repository at this point in the history
  4. fix typo

    KowerKoint committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    965e9a3 View commit details
    Browse the repository at this point in the history
  5. Python typename on double

    KowerKoint committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    c9f8ba0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    752e069 View commit details
    Browse the repository at this point in the history
  7. nvcc is not in sudo PATH

    KowerKoint committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    a9399ce View commit details
    Browse the repository at this point in the history
  8. setup python

    KowerKoint committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    8938d40 View commit details
    Browse the repository at this point in the history
  9. eps_f = 1e-6 -> 1e-5

    KowerKoint committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    2ec5e6e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    342ece5 View commit details
    Browse the repository at this point in the history
  11. transfer Circuit

    KowerKoint committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    82df9d9 View commit details
    Browse the repository at this point in the history
  12. float declare Circuit

    KowerKoint committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    5fa9b86 View commit details
    Browse the repository at this point in the history
  13. modify example_project

    KowerKoint committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    7d81c58 View commit details
    Browse the repository at this point in the history
  14. eps_f = 1e-5 -> 1e-4

    KowerKoint committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    2ec154c View commit details
    Browse the repository at this point in the history
  15. find_package(CUDATookit)

    KowerKoint committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    dd92103 View commit details
    Browse the repository at this point in the history
  16. find_package(CUDATookit)

    KowerKoint committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    a89d68b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1641b90 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. merge_gate for new cmake

    KowerKoint authored and KowerKoint committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    eecb99d View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. cuda path for sudo

    KowerKoint committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    b049a04 View commit details
    Browse the repository at this point in the history
  2. cuda 12.2.0 -> 12.6.2

    KowerKoint committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    3143078 View commit details
    Browse the repository at this point in the history
  3. READMEの要件を追加

    KowerKoint committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    b28bde7 View commit details
    Browse the repository at this point in the history
  4. 12.6.2->12.6.1

    KowerKoint committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    114fcb6 View commit details
    Browse the repository at this point in the history
  5. upgrade cuda-toolkit job

    KowerKoint committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    ec83f31 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #183 from qulacs/149-merge-2

    merge_gate for control/dense with new cmake
    KowerKoint authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    2eabac4 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Merge pull request #185 from qulacs/upgrade-cuda-version

    cuda 12.2.0 -> 12.6.2
    KowerKoint authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    214c972 View commit details
    Browse the repository at this point in the history
  2. sudo env

    KowerKoint authored and KowerKoint committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    81b37fe View commit details
    Browse the repository at this point in the history
  3. remove extra quate

    KowerKoint authored and KowerKoint committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    87f7453 View commit details
    Browse the repository at this point in the history