Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: USTC-TNS/TNSP
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.2
Choose a base ref
...
head repository: USTC-TNS/TNSP
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.3
Choose a head ref
  • 14 commits
  • 16 files changed
  • 1 contributor

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    0ff0a7d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    cd26260 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    4a41ef8 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. [tet.py, tetaux] Add a new function in tetraux to speed up minSR

    Add a new function `pseudo_inverse_kernel` in tetraux to speed up
    minSR method, which make use of scalapack.
    hzhangxyz committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    fd4ba1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c2b3f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. [tetaux] Avoid new a negative length array in pseudo inverse.

    When the process is out of the context, local_m and local_n maybe the
    undefined value.
    hzhangxyz committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    ab6cc16 View commit details
    Browse the repository at this point in the history
  2. [TAT.py] Change the alias way to be the same to Tensor.to function.

    The `float`/`complex` without bytes specified will be considered as double
    precision. Both here and `to` function of `Tensor` follows this convension.
    hzhangxyz committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    e2f1a58 View commit details
    Browse the repository at this point in the history
  3. [TAT.py] Add dtype class member for Tensor object.

    It is easier to communicate with numpy.
    hzhangxyz committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    816cdd3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    279c247 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e82a0d9 View commit details
    Browse the repository at this point in the history
  6. [tet.py, tetaux] use PyScalapack to calculate pseudo inverse for minSR.

    1. tet use pyscalapack to calc min-SR
    2. the function in tetraux tet used before is removed now.
    hzhangxyz committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    9b9cdca View commit details
    Browse the repository at this point in the history
  7. [scalapack.py] Support multiple libraries for scalapack

    It is useful when scalapack function was divided into several
    different lbiraries.
    hzhangxyz committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    6a48f9b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    17bed81 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d4175bf View commit details
    Browse the repository at this point in the history
Loading