Skip to content

Commit

Permalink
Merge branch 'master' of github.com:qmcurrents/gimic
Browse files Browse the repository at this point in the history
  • Loading branch information
heikef committed Jul 27, 2023
2 parents a1856a5 + 75358c8 commit 38b960c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 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"
}
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
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'
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8180435.svg)](https://doi.org/10.5281/zenodo.8180435)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8180434.svg)](https://doi.org/10.5281/zenodo.8180434)
[![test status](https://github.com/qmcurrents/gimic/workflows/Test/badge.svg)](https://github.com/qmcurrents/gimic/actions)


Expand Down Expand Up @@ -26,8 +26,9 @@ There is an annotated example input in the [examples](examples) directory.

## Citation

For a recommended citation, please check the at the bottom-right of
https://zenodo.org/record/8180435 (search for "Cite as").
For a **recommended code citation**, please check the at the bottom-right of
https://zenodo.org/record/8180434 (on that page, search for "Cite as").
Also the DOI badge on top of the README links to that page.

When using GIMIC please cite:

Expand Down
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})

0 comments on commit 38b960c

Please sign in to comment.