-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.2.9 add citation to SmoQyDQMC.jl paper
- Loading branch information
Showing
3 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "SmoQyDQMC" | ||
uuid = "00e12d65-277b-447e-9c1d-a17422dd36f5" | ||
authors = ["Benjamin Cohen-Stead <[email protected]>"] | ||
version = "0.2.8" | ||
version = "0.2.9" | ||
|
||
[deps] | ||
BinningAnalysis = "b7192094-8e58-5052-a244-180a858778ee" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,6 +60,22 @@ the [Reexport.jl](https://github.com/simonster/Reexport.jl.git) package in order | |
- [JLD2.jl](https://github.com/JuliaIO/JLD2.jl.git): Package used to write data to binary files in an HDF5 compatible format. It is also recommended this package be used at the scripting level to implement checkpointing in a simulation. | ||
- [BinningAnalysis.jl](https://github.com/carstenbauer/BinningAnalysis.jl.git): Export method impelementing the jackknife algorithm for calculating error bars. | ||
|
||
## Citation | ||
|
||
If you found this library to be useful in the course of academic work, please consider citing us: | ||
|
||
```bibtex | ||
@misc{SmoQyDQMC, | ||
title={SmoQyDQMC.jl: A flexible implementation of determinant quantum Monte Carlo for Hubbard and electron-phonon interactions}, | ||
author={Benjamin Cohen-Stead and Sohan Malkaruge Costa and James Neuhaus and Andy Tanjaroon Ly and Yutan Zhang and Richard Scalettar and Kipton Barros and Steven Johnston}, | ||
year={2023}, | ||
eprint={2311.09395}, | ||
archivePrefix={arXiv}, | ||
primaryClass={cond-mat.str-el}, | ||
url={https://arxiv.org/abs/2311.09395} | ||
} | ||
``` | ||
|
||
## Contact Us | ||
|
||
For question and comments regarding this package, please email either Dr. Benjamin Cohen-Stead at [[email protected]](mailto:[email protected]) or Professor Steven Johnston at [[email protected]](mailto:[email protected]). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,6 +59,22 @@ the [`Reexport.jl`](https://github.com/simonster/Reexport.jl.git) package in ord | |
- [`JLD2.jl`](https://github.com/JuliaIO/JLD2.jl.git): Package used to write data to binary files in an HDF5 compatible format. It is also recommended this package be used at the scripting level to implement checkpointing in a simulation. | ||
- [`BinningAnalysis.jl`](https://github.com/carstenbauer/BinningAnalysis.jl.git): Export method impelementing the jackknife algorithm for calculating error bars. | ||
|
||
## Citation | ||
|
||
If you found this library to be useful in the course of academic work, please consider citing us: | ||
|
||
```bibtex | ||
@misc{SmoQyDQMC, | ||
title={SmoQyDQMC.jl: A flexible implementation of determinant quantum Monte Carlo for Hubbard and electron-phonon interactions}, | ||
author={Benjamin Cohen-Stead and Sohan Malkaruge Costa and James Neuhaus and Andy Tanjaroon Ly and Yutan Zhang and Richard Scalettar and Kipton Barros and Steven Johnston}, | ||
year={2023}, | ||
eprint={2311.09395}, | ||
archivePrefix={arXiv}, | ||
primaryClass={cond-mat.str-el}, | ||
url={https://arxiv.org/abs/2311.09395} | ||
} | ||
``` | ||
|
||
## Contact Us | ||
|
||
For question and comments regarding this package, please email either Dr. Benjamin Cohen-Stead at [[email protected]](mailto:[email protected]) or Professor Steven Johnston at [[email protected]](mailto:[email protected]). |
40ce184
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
40ce184
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/95527
Tip: Release Notes
Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.
To add them here just re-invoke and the PR will be updated.
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: