***
Wartungsfenster jeden ersten Mittwoch vormittag im Monat
***
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jackknife
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
E138 Institute of Solid State Physics
E138-01 Computational Materials Science
Software
jackknife
Commits
1e56d34b
Commit
1e56d34b
authored
4 years ago
by
Kappl, Patrick
Browse files
Options
Downloads
Patches
Plain Diff
Add info about published paper
parent
1c841eef
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#4410
passed with stages
in 1 minute and 49 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+11
-1
11 additions, 1 deletion
README.md
doc/source/getting_started.rst
+6
-5
6 additions, 5 deletions
doc/source/getting_started.rst
with
17 additions
and
6 deletions
README.md
+
11
−
1
View file @
1e56d34b
#
J
ackknife
#
j
ackknife
General implementation of jackknife resampling with extension module and script for
jackknifing self-energies and susceptibilites calculated with
[
AbinitioDGA
](
https://github.com/AbinitioDGA/ADGA
)
.
**In any published papers arising from the use of jackknife, please cite:**
Patrick Kappl, Markus Wallerberger, Josef Kaufmann, Matthias Pickem, Karsten Held,
Phys. Rev. B 102, 085124 (2020)
https://doi.org/10.1103/PhysRevB.102.085124
[
arXiv:2005.04899
](
https://arxiv.org/abs/2005.04899
)
When using additional codes (like
[
w2dynamics
](
https://github.com/w2dynamics/w2dynamics
)
and
[
ADGA
](
https://github.com/AbinitioDGA/ADGA
)
) in conjunction with
**jackknife**
, do not
forget to give credit to them as well.
For more information read the documentation: https://patrickkappl.gitlab.io/jackknife/
## License
...
...
This diff is collapsed.
Click to expand it.
doc/source/getting_started.rst
+
6
−
5
View file @
1e56d34b
...
...
@@ -32,14 +32,15 @@ samples are needed, you have to use worm sampling to generate the desired number
2-particle Green's functions. The more worm samples you use, the better your statistics
will get.
.. _ADGA: https://github.com/AbinitioDGA/ADGA
.. _w2dynamics: https://github.com/w2dynamics/w2dynamics
Installation
************
:program:`jackknife` is written in Python 3, but also work
s
with Python 2.7 and
requires
the following packages.
:program:`jackknife` is written in Python 3, but
should
also work with Python 2.7 and
requires
the following packages.
- NumPy (1.16.2)
- h5py (1.10.2)
...
...
@@ -82,7 +83,7 @@ specified, but the ``2PFile`` and ``Outfile`` key will be set automatically by t
according to the values given in the :program:`jackknife` config file. For further details
on the files regarding :program:`ADGA` and :program:`w2dynamics`, see their respective documentation.
J
ackknife config file
j
ackknife config file
---------------------
An example of a :program:`jackknife` config file is provided in the code repository
...
...
@@ -134,8 +135,8 @@ Output
======
The output is written to an HDF5 file named according to the ``output_file_prefix`` set in
the :ref:`jackknife config file
<Jackknife config file>
` with the date and time of the
calculation appended to it.
The exact structure is as follows::
the :ref:`jackknife config file` with the date and time of the
calculation appended to it.
The exact structure is as follows::
`output_file_prefix`_<YYYY-mm-dd_HH-MM-SS>.hdf5
├── .config
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment