Skip to content

Commit

Permalink
added an author and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Jul 25, 2023
1 parent 3f174e9 commit 2202f33
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
9 changes: 7 additions & 2 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@
"affiliation": "Helsinki",
"name": "Järvinen, Teemu",
"orcid": "0000-0001-9234-9071"
},
{
"affiliation": "Mainz",
"name": "Gauss, Juergen",
"orcid": "0000-0002-6432-9345"
}
],
"description": "The gauge including magnetically induced current method (GIMIC) is used to obtain magnetically induced current densities in molecules. It provides detailed information about electron delocalization, aromatic character, and current pathways in molecules. GIMIC needs molecular coordinates, basis set and the atomic orbital density as well as the first order perturbed density matrices as input information. It is freely available and interfaced to several well known quantum chemistry software packages like for example Turbomole. Based on Gimic output information it is possible to visualize the current density with the ParaView software package. Beside the current density it is possible to obtain nuclear magnetic shieldings as well as magnetizability information with GIMIC. For this purpose the program has been interfaced to the NumGrid library, which provides optimized atomic grids for accurate numerical calculations.",
Expand All @@ -70,7 +75,7 @@
"license": {
"id": "GPL-2.0"
},
"publication_date": "2023-07-24",
"publication_date": "2023-07-25",
"title": "The gauge including magnetically induced current density method (GIMIC)",
"version": "2.2.0"
"version": "2.2.1"
}
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ authors:
orcid: 'https://orcid.org/0000-0001-9234-9071'
- given-names: Juergen
family-names: Gauss
affiliation: Mainy
affiliation: Mainz
orcid: 'https://orcid.org/0000-0002-6432-9345'
repository-code: 'https://github.com/qmcurrents/gimic'
url: 'https://gimic.readthedocs.io/en/latest/'
Expand Down Expand Up @@ -93,5 +93,5 @@ keywords:
- numerical methods
- London orbitals
license: GPL-2.0
version: '2.2.0'
date-released: '2023-07-24'
version: '2.2.1'
date-released: '2023-07-25'
2 changes: 1 addition & 1 deletion cmake/custom/version.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set(PROJECT_VERSION_MAJOR 2)
set(PROJECT_VERSION_MINOR 2)
set(PROJECT_VERSION_PATCH 0)
set(PROJECT_VERSION_PATCH 1)

set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH})
7 changes: 0 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
cython == 0.29.36
numpy
pyparsing == 2.4.7
pyyaml
sphinx
sphinx_rtd_theme
runtest == 2.3.4
cffconvert

0 comments on commit 2202f33

Please sign in to comment.