-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.zenodo.json
49 lines (49 loc) · 1.7 KB
/
.zenodo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"title": "CoulombGalore - A Library for Electrostatic Interactions",
"description": "This is a C++ library for calculating the potential, field, forces, and interactions from and between electric multipoles. Focus is on approximate truncation schemes that offer fast alternatives to lattice sums such as Ewald summation. All implemented methods are unit tested.",
"creators": [
{
"name": "Björn Stenqvist",
"affiliation": "Division of Physical Chemistry, Department of Chemistry, Lund University, Sweden",
"orcid": "0000-0002-9099-0663"
},
{
"name": "Mikael Lund",
"affiliation": "Division of Theoretical Chemistry, Department of Chemistry, Lund University, Sweden",
"orcid": "0000-0001-8178-8175"
}
],
"keywords": [
"electrostatics",
"molecular dynamics",
"monte carlo simulation",
"intermolecular interactions",
"multipoles",
"electric field"
],
"related_identifiers": [
{
"scheme": "url",
"identifier": "https://github.com/mlund/coulombgalore",
"relation": "isSupplementTo"
},
{
"scheme": "doi",
"identifier": "10.1039/c9cp03875b",
"relation": "isSupplementTo"
},
{
"scheme": "doi",
"identifier": "10.1021/acs.jpca.0c01684",
"relation": "isSupplementTo"
},
{
"scheme": "doi",
"identifier": "10.1021/acs.jctc.9b01003",
"relation": "isSupplementTo"
}
],
"license": "mit-license",
"access_right": "open",
"upload_type": "software"
}