-
Notifications
You must be signed in to change notification settings - Fork 1
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: USTC-TNS/TNSP
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 194 files changed
- 1 contributor
Commits on Jan 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5e4e2a2 - Browse repository at this point
Copy the full SHA 5e4e2a2View commit details
Commits on Feb 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f056116 - Browse repository at this point
Copy the full SHA f056116View commit details
Commits on Feb 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 654896d - Browse repository at this point
Copy the full SHA 654896dView commit details
Commits on Feb 20, 2023
-
[doc] Update typos in CHANGELOG.
"TAT.hpp" is used to describe change of TAT in c++ side and "TAT.py" ise used to describe change of TAT in python side.
Configuration menu - View commit details
-
Copy full SHA for 8f22cba - Browse repository at this point
Copy the full SHA 8f22cbaView commit details
Commits on Feb 21, 2023
-
1. Remove FastName binding for TAT.py Name stored in python is always string, it is needed to calculate hash every time when calling function in c++. So it does not make program faster to using FastName in python side. 2. Combine navigator.cpp and random.cpp into PyTAT.hpp. It is not needed to compile them individual to speed up the compilation. 3. Add binding for some new function in Edge type, and remove binding for deprecated functions. 4. Update function argument names to keep the same between c++ and python side. 5. Remove old navigator function, use alias to get tensor easily, see below. The navigator is only used to get the compile and license information now. 6. Add module alias, user can use `TAT.Normal.float64.Tensor` to get normal float64 tensor instead of old `TAT("No", np.float64)` or original `TAT.No.D.Tensor`. 7. Getting single block of tensor use the code in mdspan now, instead of previous duplicated code in TAT.py. It also return numpy array always, instead buffer protocol. 8. Fix bug when getting arrow of no symmetry edge.
Configuration menu - View commit details
-
Copy full SHA for e357fa0 - Browse repository at this point
Copy the full SHA e357fa0View commit details -
[tet.py] Fix a name missing bug when calc hole in sampling lattice.
Using safe rename in common_toolkit solves this.
Configuration menu - View commit details
-
Copy full SHA for 36b9181 - Browse repository at this point
Copy the full SHA 36b9181View commit details -
[example] Add clear mpi script in example of gibbs state.
Currently only works for openmpi.
Configuration menu - View commit details
-
Copy full SHA for 3e8f989 - Browse repository at this point
Copy the full SHA 3e8f989View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18ccfdf - Browse repository at this point
Copy the full SHA 18ccfdfView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.3.0...v0.3.1