The CECAM electronic structure library and the modular software development paradigm

First-principles electronic structure calculations are now accessible to a very large community of users across many disciplines, thanks to many successful software packages, some of which are described in this special issue. The traditional coding paradigm for such packages is monolithic, i.e., reg...

Full description

Saved in:
Bibliographic Details
Published inThe Journal of chemical physics Vol. 153; no. 2; pp. 024117 - 24139
Main Authors Oliveira, Micael J. T., Papior, Nick, Pouillon, Yann, Blum, Volker, Artacho, Emilio, Caliste, Damien, Corsetti, Fabiano, de Gironcoli, Stefano, Elena, Alin M., García, Alberto, García-Suárez, Víctor M., Genovese, Luigi, Huhn, William P., Huhs, Georg, Kokott, Sebastian, Küçükbenli, Emine, Larsen, Ask H., Lazzaro, Alfio, Lebedeva, Irina V., Li, Yingzhou, López-Durán, David, López-Tarifa, Pablo, Lüders, Martin, Marques, Miguel A. L., Minar, Jan, Mohr, Stephan, Mostofi, Arash A., O’Cais, Alan, Payne, Mike C., Ruh, Thomas, Smith, Daniel G. A., Soler, José M., Strubbe, David A., Tancogne-Dejean, Nicolas, Tildesley, Dominic, Torrent, Marc, Yu, Victor Wen-zhe
Format Journal Article
LanguageEnglish
Published Melville American Institute of Physics 14.07.2020
Subjects
Online AccessGet full text

Cover

Loading…
Abstract First-principles electronic structure calculations are now accessible to a very large community of users across many disciplines, thanks to many successful software packages, some of which are described in this special issue. The traditional coding paradigm for such packages is monolithic, i.e., regardless of how modular its internal structure may be, the code is built independently from others, essentially from the compiler up, possibly with the exception of linear-algebra and message-passing libraries. This model has endured and been quite successful for decades. The successful evolution of the electronic structure methodology itself, however, has resulted in an increasing complexity and an ever longer list of features expected within all software packages, which implies a growing amount of replication between different packages, not only in the initial coding but, more importantly, every time a code needs to be re-engineered to adapt to the evolution of computer hardware architecture. The Electronic Structure Library (ESL) was initiated by CECAM (the European Centre for Atomic and Molecular Calculations) to catalyze a paradigm shift away from the monolithic model and promote modularization, with the ambition to extract common tasks from electronic structure codes and redesign them as open-source libraries available to everybody. Such libraries include “heavy-duty” ones that have the potential for a high degree of parallelization and adaptation to novel hardware within them, thereby separating the sophisticated computer science aspects of performance optimization and re-engineering from the computational science done by, e.g., physicists and chemists when implementing new ideas. We envisage that this modular paradigm will improve overall coding efficiency and enable specialists (whether they be computer scientists or computational scientists) to use their skills more effectively and will lead to a more dynamic evolution of software in the community as well as lower barriers to entry for new developers. The model comes with new challenges, though. The building and compilation of a code based on many interdependent libraries (and their versions) is a much more complex task than that of a code delivered in a single self-contained package. Here, we describe the state of the ESL, the different libraries it now contains, the short- and mid-term plans for further libraries, and the way the new challenges are faced. The ESL is a community initiative into which several pre-existing codes and their developers have contributed with their software and efforts, from which several codes are already benefiting, and which remains open to the community.
AbstractList First-principles electronic structure calculations are now accessible to a very large community of users across many disciplines, thanks to many successful software packages, some of which are described in this special issue. The traditional coding paradigm for such packages is monolithic, i.e., regardless of how modular its internal structure may be, the code is built independently from others, essentially from the compiler up, possibly with the exception of linear-algebra and message-passing libraries. This model has endured and been quite successful for decades. The successful evolution of the electronic structure methodology itself, however, has resulted in an increasing complexity and an ever longer list of features expected within all software packages, which implies a growing amount of replication between different packages, not only in the initial coding but, more importantly, every time a code needs to be re-engineered to adapt to the evolution of computer hardware architecture. The Electronic Structure Library (ESL) was initiated by CECAM (the European Centre for Atomic and Molecular Calculations) to catalyze a paradigm shift away from the monolithic model and promote modularization, with the ambition to extract common tasks from electronic structure codes and redesign them as open-source libraries available to everybody. Such libraries include “heavy-duty” ones that have the potential for a high degree of parallelization and adaptation to novel hardware within them, thereby separating the sophisticated computer science aspects of performance optimization and re-engineering from the computational science done by, e.g., physicists and chemists when implementing new ideas. We envisage that this modular paradigm will improve overall coding efficiency and enable specialists (whether they be computer scientists or computational scientists) to use their skills more effectively and will lead to a more dynamic evolution of software in the community as well as lower barriers to entry for new developers. The model comes with new challenges, though. The building and compilation of a code based on many interdependent libraries (and their versions) is a much more complex task than that of a code delivered in a single self-contained package. Here, we describe the state of the ESL, the different libraries it now contains, the short- and mid-term plans for further libraries, and the way the new challenges are faced. The ESL is a community initiative into which several pre-existing codes and their developers have contributed with their software and efforts, from which several codes are already benefiting, and which remains open to the community.
First-principles electronic structure calculations are now accessible to a very large community of users across many disciplines, thanks to many successful software packages, some of which are described in this special issue. The traditional coding paradigm for such packages is monolithic, i.e., regardless of how modular its internal structure may be, the code is built independently from others, essentially from the compiler up, possibly with the exception of linear-algebra and message-passing libraries. This model has endured and been quite successful for decades. The successful evolution of the electronic structure methodology itself, however, has resulted in an increasing complexity and an ever longer list of features expected within all software packages, which implies a growing amount of replication between different packages, not only in the initial coding but, more importantly, every time a code needs to be re-engineered to adapt to the evolution of computer hardware architecture. The Electronic Structure Library (ESL) was initiated by CECAM (the European Centre for Atomic and Molecular Calculations) to catalyze a paradigm shift away from the monolithic model and promote modularization, with the ambition to extract common tasks from electronic structure codes and redesign them as open-source libraries available to everybody. Such libraries include "heavy-duty" ones that have the potential for a high degree of parallelization and adaptation to novel hardware within them, thereby separating the sophisticated computer science aspects of performance optimization and re-engineering from the computational science done by, e.g., physicists and chemists when implementing new ideas. We envisage that this modular paradigm will improve overall coding efficiency and enable specialists (whether they be computer scientists or computational scientists) to use their skills more effectively and will lead to a more dynamic evolution of software in the community as well as lower barriers to entry for new developers. The model comes with new challenges, though. The building and compilation of a code based on many interdependent libraries (and their versions) is a much more complex task than that of a code delivered in a single self-contained package. Here, we describe the state of the ESL, the different libraries it now contains, the short- and mid-term plans for further libraries, and the way the new challenges are faced. The ESL is a community initiative into which several pre-existing codes and their developers have contributed with their software and efforts, from which several codes are already benefiting, and which remains open to the community.First-principles electronic structure calculations are now accessible to a very large community of users across many disciplines, thanks to many successful software packages, some of which are described in this special issue. The traditional coding paradigm for such packages is monolithic, i.e., regardless of how modular its internal structure may be, the code is built independently from others, essentially from the compiler up, possibly with the exception of linear-algebra and message-passing libraries. This model has endured and been quite successful for decades. The successful evolution of the electronic structure methodology itself, however, has resulted in an increasing complexity and an ever longer list of features expected within all software packages, which implies a growing amount of replication between different packages, not only in the initial coding but, more importantly, every time a code needs to be re-engineered to adapt to the evolution of computer hardware architecture. The Electronic Structure Library (ESL) was initiated by CECAM (the European Centre for Atomic and Molecular Calculations) to catalyze a paradigm shift away from the monolithic model and promote modularization, with the ambition to extract common tasks from electronic structure codes and redesign them as open-source libraries available to everybody. Such libraries include "heavy-duty" ones that have the potential for a high degree of parallelization and adaptation to novel hardware within them, thereby separating the sophisticated computer science aspects of performance optimization and re-engineering from the computational science done by, e.g., physicists and chemists when implementing new ideas. We envisage that this modular paradigm will improve overall coding efficiency and enable specialists (whether they be computer scientists or computational scientists) to use their skills more effectively and will lead to a more dynamic evolution of software in the community as well as lower barriers to entry for new developers. The model comes with new challenges, though. The building and compilation of a code based on many interdependent libraries (and their versions) is a much more complex task than that of a code delivered in a single self-contained package. Here, we describe the state of the ESL, the different libraries it now contains, the short- and mid-term plans for further libraries, and the way the new challenges are faced. The ESL is a community initiative into which several pre-existing codes and their developers have contributed with their software and efforts, from which several codes are already benefiting, and which remains open to the community.
Author Strubbe, David A.
Li, Yingzhou
García-Suárez, Víctor M.
Lebedeva, Irina V.
Elena, Alin M.
Corsetti, Fabiano
Kokott, Sebastian
Lüders, Martin
Huhn, William P.
Payne, Mike C.
O’Cais, Alan
Mostofi, Arash A.
Küçükbenli, Emine
Papior, Nick
Larsen, Ask H.
Lazzaro, Alfio
Soler, José M.
Ruh, Thomas
López-Tarifa, Pablo
Huhs, Georg
Pouillon, Yann
Torrent, Marc
Marques, Miguel A. L.
Minar, Jan
Tancogne-Dejean, Nicolas
de Gironcoli, Stefano
López-Durán, David
Caliste, Damien
Genovese, Luigi
García, Alberto
Smith, Daniel G. A.
Artacho, Emilio
Mohr, Stephan
Oliveira, Micael J. T.
Tildesley, Dominic
Blum, Volker
Yu, Victor Wen-zhe
Author_xml – sequence: 1
  givenname: Micael J. T.
  surname: Oliveira
  fullname: Oliveira, Micael J. T.
  email: micael.oliveira@mpsd.mpg.de
  organization: Max Planck Institute for the Structure and Dynamics of Matter
– sequence: 2
  givenname: Nick
  surname: Papior
  fullname: Papior, Nick
  email: nickpapior@gmail.com
  organization: DTU Computing Center, Technical University of Denmark
– sequence: 3
  givenname: Yann
  surname: Pouillon
  fullname: Pouillon, Yann
  email: yann.pouillon@materialsevolution.es
  organization: 34Université Paris-Saclay, CEA, Laboratoire Matière en Conditions Extrêmes, 91680 Bruyères-le-Châtel, France
– sequence: 4
  givenname: Volker
  surname: Blum
  fullname: Blum, Volker
  email: volker.blum@duke.edu
  organization: 34Université Paris-Saclay, CEA, Laboratoire Matière en Conditions Extrêmes, 91680 Bruyères-le-Châtel, France
– sequence: 5
  givenname: Emilio
  surname: Artacho
  fullname: Artacho, Emilio
  organization: 34Université Paris-Saclay, CEA, Laboratoire Matière en Conditions Extrêmes, 91680 Bruyères-le-Châtel, France
– sequence: 6
  givenname: Damien
  surname: Caliste
  fullname: Caliste, Damien
  organization: Department of Physics, IRIG, Univ. Grenoble Alpes and CEA
– sequence: 7
  givenname: Fabiano
  surname: Corsetti
  fullname: Corsetti, Fabiano
  organization: 34Université Paris-Saclay, CEA, Laboratoire Matière en Conditions Extrêmes, 91680 Bruyères-le-Châtel, France
– sequence: 8
  givenname: Stefano
  surname: de Gironcoli
  fullname: de Gironcoli, Stefano
  organization: Scuola Internazionale Superiore di Studi Avanzati
– sequence: 9
  givenname: Alin M.
  surname: Elena
  fullname: Elena, Alin M.
  organization: Scientific Computing Department, Daresbury Laboratory
– sequence: 10
  givenname: Alberto
  surname: García
  fullname: García, Alberto
  organization: Institut de Ciència de Materials de Barcelona (ICMAB-CSIC)
– sequence: 11
  givenname: Víctor M.
  surname: García-Suárez
  fullname: García-Suárez, Víctor M.
  organization: Departamento de Física, Universidad de Oviedo & CINN
– sequence: 12
  givenname: Luigi
  surname: Genovese
  fullname: Genovese, Luigi
  organization: Department of Physics, IRIG, Univ. Grenoble Alpes and CEA
– sequence: 13
  givenname: William P.
  surname: Huhn
  fullname: Huhn, William P.
  organization: Department of Mechanical Engineering and Materials Science, Duke University
– sequence: 14
  givenname: Georg
  surname: Huhs
  fullname: Huhs, Georg
  organization: Barcelona Supercomputing Center (BSC)
– sequence: 15
  givenname: Sebastian
  surname: Kokott
  fullname: Kokott, Sebastian
  organization: Fritz Haber Institut
– sequence: 16
  givenname: Emine
  surname: Küçükbenli
  fullname: Küçükbenli, Emine
  organization: 34Université Paris-Saclay, CEA, Laboratoire Matière en Conditions Extrêmes, 91680 Bruyères-le-Châtel, France
– sequence: 17
  givenname: Ask H.
  surname: Larsen
  fullname: Larsen, Ask H.
  organization: 34Université Paris-Saclay, CEA, Laboratoire Matière en Conditions Extrêmes, 91680 Bruyères-le-Châtel, France
– sequence: 18
  givenname: Alfio
  surname: Lazzaro
  fullname: Lazzaro, Alfio
  organization: Department of Chemistry, University of Zürich
– sequence: 19
  givenname: Irina V.
  surname: Lebedeva
  fullname: Lebedeva, Irina V.
  organization: CIC Nanogune BRTA
– sequence: 20
  givenname: Yingzhou
  surname: Li
  fullname: Li, Yingzhou
  organization: Department of Mathematics, Duke University
– sequence: 21
  givenname: David
  surname: López-Durán
  fullname: López-Durán, David
  organization: CIC Nanogune BRTA
– sequence: 22
  givenname: Pablo
  surname: López-Tarifa
  fullname: López-Tarifa, Pablo
  organization: Centro de Física de Materiales, Centro Mixto CSIC-UPV/EHU
– sequence: 23
  givenname: Martin
  surname: Lüders
  fullname: Lüders, Martin
  organization: 34Université Paris-Saclay, CEA, Laboratoire Matière en Conditions Extrêmes, 91680 Bruyères-le-Châtel, France
– sequence: 24
  givenname: Miguel A. L.
  surname: Marques
  fullname: Marques, Miguel A. L.
  organization: Institut für Physik, Martin-Luther-Universität Halle-Wittenberg
– sequence: 25
  givenname: Jan
  surname: Minar
  fullname: Minar, Jan
  organization: New Technologies Research Centre, University of West Bohemia
– sequence: 26
  givenname: Stephan
  surname: Mohr
  fullname: Mohr, Stephan
  organization: Barcelona Supercomputing Center (BSC)
– sequence: 27
  givenname: Arash A.
  surname: Mostofi
  fullname: Mostofi, Arash A.
  organization: Departments of Materials and Physics, and the Thomas Young Centre for Theory and Simulation of Materials, Imperial College London
– sequence: 28
  givenname: Alan
  surname: O’Cais
  fullname: O’Cais, Alan
  organization: Institute for Advanced Simulation (IAS), Jülich Supercomputing Centre (JSC), Forschungszentrum Jülich GmbH
– sequence: 29
  givenname: Mike C.
  surname: Payne
  fullname: Payne, Mike C.
  organization: Theory of Condensed Matter, Cavendish Laboratory, University of Cambridge
– sequence: 30
  givenname: Thomas
  surname: Ruh
  fullname: Ruh, Thomas
  organization: Institute of Materials Chemistry
– sequence: 31
  givenname: Daniel G. A.
  surname: Smith
  fullname: Smith, Daniel G. A.
  organization: Molecular Sciences Software Institute
– sequence: 32
  givenname: José M.
  surname: Soler
  fullname: Soler, José M.
  organization: Departamento e Instituto de Física de la Materia Condensada (IFIMAC), Universidad Autónoma de Madrid
– sequence: 33
  givenname: David A.
  surname: Strubbe
  fullname: Strubbe, David A.
  organization: Department of Physics, University of California
– sequence: 34
  givenname: Nicolas
  surname: Tancogne-Dejean
  fullname: Tancogne-Dejean, Nicolas
  organization: Max Planck Institute for the Structure and Dynamics of Matter
– sequence: 35
  givenname: Dominic
  surname: Tildesley
  fullname: Tildesley, Dominic
  organization: School of Chemistry, University of Southampton
– sequence: 36
  givenname: Marc
  surname: Torrent
  fullname: Torrent, Marc
  organization: 34Université Paris-Saclay, CEA, Laboratoire Matière en Conditions Extrêmes, 91680 Bruyères-le-Châtel, France
– sequence: 37
  givenname: Victor Wen-zhe
  surname: Yu
  fullname: Yu, Victor Wen-zhe
  organization: Department of Mechanical Engineering and Materials Science, Duke University
BookMark eNp90EtLw0AUBeBBKthWF_6DgBsV0s6rk8yylPqAipu6DpN5aEqSiTOTiv_eKa0KKq7u5ruHwxmBQWtbDcA5ghMEGZnOJhAizCE6AkMEc55mjMMBGEKIUcoZZCdg5P0GRpVhOgTr9YtOFsvF_CHRtZbB2baSiQ-ul6F3Oqmr0gn3nohWJSHSxqq-Fi7x1oQ3EYHSW13brtFtSDrhhKqem1NwbETt9dnhjsHTzXK9uEtXj7f3i_kqlZShkKqSQwoZK3PMM1pyapCRCkGScRK7lwhpLDMNDc6pjipHRpWZIoZzYXKmyBhc7nM7Z1977UPRVF7quhattr0vMMWUkozwPNKLH3Rje9fGdjtFCJ5ljEQ13SvprPdOm0JWQYTKtsGJqi4QLHYrF7PisHL8uPrx0bmqiYv9aa_31n-mfuGtdd-w6JT5D_9O_gA34pkc
CODEN JCPSA6
CitedBy_id crossref_primary_10_1021_acs_jctc_1c00562
crossref_primary_10_12688_openreseurope_18321_3
crossref_primary_10_12688_openreseurope_18321_2
crossref_primary_10_1098_rsos_230063
crossref_primary_10_1063_5_0047760
crossref_primary_10_1063_5_0216512
crossref_primary_10_21468_SciPostPhys_12_1_020
crossref_primary_10_1038_s41597_024_03448_0
crossref_primary_10_1088_1361_651X_acdf06
crossref_primary_10_1063_5_0042572
crossref_primary_10_1063_5_0175165
crossref_primary_10_1063_5_0148161
crossref_primary_10_1063_5_0196384
crossref_primary_10_21105_joss_05186
crossref_primary_10_1063_5_0057515
crossref_primary_10_1021_acs_jctc_3c00419
crossref_primary_10_1063_5_0023185
crossref_primary_10_1063_5_0219851
crossref_primary_10_1103_PhysRevResearch_3_043134
crossref_primary_10_1103_RevModPhys_96_045008
crossref_primary_10_1063_5_0170972
crossref_primary_10_1002_wcms_1610
crossref_primary_10_1063_5_0198797
crossref_primary_10_1088_2516_1075_ad48ec
crossref_primary_10_1038_s41597_023_02501_8
crossref_primary_10_1063_5_0071796
Cites_doi 10.1063/1.2949547
10.1016/j.cpc.2012.05.007
10.1088/0953-8984/25/29/295501
10.1103/physrevb.80.195112
10.1016/j.cpc.2018.02.011
10.1016/j.cpc.2016.06.012
10.1016/j.cpc.2015.04.023
10.1007/978-3-319-06548-9_1
10.1063/1.5052551
10.1021/acs.jctc.9b00322
10.1016/j.cpc.2017.09.007
10.1002/jcc.23487
10.1021/jp994056v
10.1103/physrevlett.103.096102
10.1088/0034-4885/75/3/036503
10.1088/1361-648x/aaa8c9
10.1103/physrevb.88.085117
10.1088/0034-4885/74/9/096501
10.1021/acs.jctc.7b00375
10.1016/0009-2614(89)85118-8
10.1002/wcms.1340
10.1103/revmodphys.84.1419
10.1016/j.cpc.2016.07.028
10.1016/j.cpc.2013.02.024
10.1021/ct500985f
10.1016/j.parco.2014.03.012
10.1063/1.1390175
10.1063/1.2335442
10.1016/j.cpc.2013.12.008
10.1103/physrevlett.98.046402
10.1103/physrevb.58.3641
10.1063/1.5143190
10.1109/mcse.2018.05329813
10.1063/1.4755349
10.1016/j.cpc.2007.02.075
10.1063/1.4931732
10.1088/0953-8984/21/8/084203
10.1016/j.commatsci.2015.09.013
10.1103/physrevb.90.075148
10.1038/s41524-020-0312-y
10.1063/1.4939125
10.1088/0953-8984/14/11/302
10.1103/physrevb.79.235118
10.1103/physrev.52.191
10.1088/1367-2630/16/9/093029
10.1063/1.1467901
10.1016/j.jcp.2015.02.030
10.1016/j.cpc.2018.09.020
10.1103/physrevb.95.075146
10.1103/physrevlett.115.136402
10.1098/rspa.1929.0094
10.1137/17m1129696
10.1088/1361-648x/ab4007
10.1088/0953-8984/24/23/233202
10.1088/0034-4885/78/6/066501
10.1016/j.cpc.2009.07.007
10.1021/acs.jctc.7b00174
10.1063/1.5142502
10.1016/j.jcp.2017.07.033
10.1016/j.cpc.2007.11.016
10.1016/j.cpc.2011.12.006
10.1103/physrevb.51.1456
10.1088/1361-651x/aa7320
10.1016/j.cpc.2017.09.033
10.1103/physrevb.65.035109
10.1088/1361-648x/aa8f79
10.1063/1.2754685
10.1016/j.cpc.2016.04.003
10.1016/j.cpc.2017.12.010
10.1109/jproc.2004.840301
10.1103/physrevb.71.035109
10.1103/physrevb.89.035412
10.1021/acs.jctc.7b00348
10.1002/wcms.81
10.1021/jp070186p
10.1016/j.cpc.2009.06.022
10.1016/j.parco.2019.04.003
10.1002/qua.20315
10.1088/2053-1583/aa6811
10.1016/j.cpc.2018.01.012
10.1088/1361-648x/ab51ff
10.1088/1361-648x/aa680e
10.1063/1.477923
10.1103/physrevb.93.075145
10.1080/00268976.2017.1333644
10.1145/1089014.1089019
10.1137/120885887
10.1016/0927-0256(96)00008-0
10.15669/pnst.2.643
10.1063/1.1453397
10.1088/0953-8984/26/21/213201
10.1016/j.cpc.2009.02.003
10.1002/wcms.1159
10.1103/physrevb.56.12847
10.1016/j.softx.2017.11.002
10.1016/j.cpc.2011.07.012
ContentType Journal Article
Copyright Author(s)
2020 Author(s). Published under license by AIP Publishing.
Copyright_xml – notice: Author(s)
– notice: 2020 Author(s). Published under license by AIP Publishing.
DBID AAYXX
CITATION
8FD
H8D
L7M
7X8
DOI 10.1063/5.0012901
DatabaseName CrossRef
Technology Research Database
Aerospace Database
Advanced Technologies Database with Aerospace
MEDLINE - Academic
DatabaseTitle CrossRef
Technology Research Database
Aerospace Database
Advanced Technologies Database with Aerospace
MEDLINE - Academic
DatabaseTitleList CrossRef
Technology Research Database

MEDLINE - Academic
DeliveryMethod fulltext_linktorsrc
Discipline Chemistry
Physics
EISSN 1089-7690
ExternalDocumentID 10_1063_5_0012901
jcp
GrantInformation_xml – fundername: Horizon 2020 Framework Program
  grantid: 676531; 824143
  funderid: https://doi.org/10.13039/100010661
– fundername: National Science Foundation
  grantid: ACI-1547580; ACI-1450280
  funderid: https://doi.org/10.13039/100000001
– fundername: Engineering and Physical Sciences Research Council
  grantid: EP/P034616/1; EP/M022617/1; EP/P022308/1; EP/M022668/1
  funderid: https://doi.org/10.13039/501100000266
– fundername: Ministerio de Ciencia, Innovación y Universidades
  grantid: PGC2018-096955-B-C42
  funderid: https://doi.org/10.13039/100014440
– fundername: European Regional Development Fund
  grantid: CZ.02.1.01/0.0/0.0/15-003/0000358
  funderid: https://doi.org/10.13039/501100008530
– fundername: European Cooperation in Science and Technology
  grantid: MP1306
  funderid: https://doi.org/10.13039/501100000921
– fundername: Thomas Young Centre
  grantid: TYC-101
  funderid: https://doi.org/10.13039/501100004402
– fundername: Deutsche Forschungsgemeinschaft
  grantid: MA-6786/1
  funderid: https://doi.org/10.13039/501100001659
– fundername: Ministerio de Economía, Industria y Competitividad, Gobierno de España
  grantid: FIS2015-64886-C5; RTC-2016-5681-7
  funderid: https://doi.org/10.13039/501100010198
GroupedDBID ---
-DZ
-ET
-~X
123
1UP
2-P
29K
4.4
53G
5VS
85S
AAAAW
AABDS
AAEUA
AAPUP
AAYIH
ABPPZ
ABZEH
ACBRY
ACLYJ
ACNCT
ACZLF
ADCTM
AEJMO
AENEX
AFATG
AFHCQ
AGKCL
AGLKD
AGMXG
AGTJO
AHSDT
AJJCW
AJQPL
ALEPV
ALMA_UNASSIGNED_HOLDINGS
AQWKA
ATXIE
AWQPM
BPZLN
CS3
D-I
DU5
EBS
ESX
F5P
FDOHQ
FFFMQ
HAM
M6X
M71
M73
N9A
NPSNA
O-B
P2P
RIP
RNS
RQS
TN5
TWZ
UPT
WH7
YQT
YZZ
~02
AAGWI
AAYXX
ABJGX
ADMLS
BDMKI
CITATION
8FD
H8D
L7M
7X8
ID FETCH-LOGICAL-c461t-db904066b82974b94f1fcd103793108b11e2c7e0f284e6b881fdb7d3f99af86d3
ISSN 0021-9606
1089-7690
IngestDate Fri Jul 11 06:22:28 EDT 2025
Sun Jun 29 15:46:40 EDT 2025
Tue Jul 01 00:27:44 EDT 2025
Thu Apr 24 23:07:11 EDT 2025
Wed Nov 11 00:04:50 EST 2020
Fri Jun 21 00:19:19 EDT 2024
IsDoiOpenAccess false
IsOpenAccess true
IsPeerReviewed true
IsScholarly true
Issue 2
Language English
License 0021-9606/2020/153(2)/024117/23/$30.00
Published under license by AIP Publishing.
LinkModel OpenURL
MergedId FETCHMERGED-LOGICAL-c461t-db904066b82974b94f1fcd103793108b11e2c7e0f284e6b881fdb7d3f99af86d3
Notes ObjectType-Article-1
SourceType-Scholarly Journals-1
ObjectType-Feature-2
content type line 14
content type line 23
ORCID 0000-0003-2426-5532
0000-0001-9850-2129
0000-0002-2307-0998
0000-0003-1066-6909
0000-0003-2250-101X
0000-0002-6883-8278
0000-0001-8626-0900
0000-0003-3038-1855
0000-0003-4171-3165
0000-0003-1364-0907
0000-0003-0170-8222
0000-0002-7392-4648
0000-0001-5267-6852
0000-0001-5138-9579
0000-0001-9735-8479
0000-0001-9357-1547
0000-0003-2510-5805
0000-0002-2880-0275
0000-0002-4136-1860
0000-0003-4256-8270
0000-0003-1852-3750
0000-0002-4967-9275
0000-0003-1747-0247
0000-0003-1046-7221
0000-0003-4151-4692
0000-0002-0588-7750
0000-0002-8815-4594
0000-0001-8660-7230
0000-0003-1383-4824
0000-0002-0898-4150
0000-0002-8254-8752
0000-0002-2275-436X
0000-0002-7013-6670
OpenAccessLink https://aip.scitation.org/doi/pdf/10.1063/5.0012901
PQID 2423325763
PQPubID 2050685
PageCount 23
ParticipantIDs proquest_miscellaneous_2424437398
crossref_citationtrail_10_1063_5_0012901
crossref_primary_10_1063_5_0012901
proquest_journals_2423325763
scitation_primary_10_1063_5_0012901
ProviderPackageCode CITATION
AAYXX
PublicationCentury 2000
PublicationDate 2020-07-14
PublicationDateYYYYMMDD 2020-07-14
PublicationDate_xml – month: 07
  year: 2020
  text: 2020-07-14
  day: 14
PublicationDecade 2020
PublicationPlace Melville
PublicationPlace_xml – name: Melville
PublicationTitle The Journal of chemical physics
PublicationYear 2020
Publisher American Institute of Physics
Publisher_xml – name: American Institute of Physics
References Marques, Oliveira, Burnus (c18) 2012; 183
Sébilleau, Natoli, Gavaza, Zhao, Da Pieve, Hatada (c86) 2011; 182
Larsen, Mortensen, Blomqvist, Castelli, Christensen, Dułak, Friis, Groves, Hammer, Hargus, Hermes, Jennings, Jensen, Kermode, Kitchin, Kolsbjerg, Kubal, Kaasbjerg, Lysgaard, Maronsson, Maxson, Olsen, Pastewka, Peterson, Rostgaard, Schiøtz, Schütt, Strange, Thygesen, Vegge, Vilhelmsen, Walter, Zeng, Jacobsen (c15) 2017; 29
Soler, Artacho, Gale, García, Junquera, Ordejón, Sánchez-Portal (c22) 2002; 14
van Setten, Giantomassi, Bousquet, Verstraete, Hamann, Gonze, Rignanese (c82) 2018; 226
Neese (c61) 2012; 2
Hu, Lin, Yang (c106) 2015; 143
Larsen, Kuisma, Löfgren, Pouillon, Erhart, Hyldgaard (c66) 2017; 25
Mostofi, Yates, Lee, Souza, Vanderbilt, Marzari (c116) 2008; 178
Borštnik, VandeVondele, Weber, Hutter (c136) 2014; 40
Lin, Chen, Yang, He (c102) 2013; 25
Langreth, Dion, Rydberg, Schröder, Hyldgaard, Lundqvist (c69) 2005; 101
Langreth, Lundqvist, Chakarova-Käck, Cooper, Dion, Hyldgaard, Kelkkanen, Kleis, Kong, Li, Moses, Murray, Puzder, Rydberg, Schröder, Thonhauser (c70) 2009; 21
Wu, Zhang, Song, Troyer, Soluyanov (c125) 2018; 224
Yu, Corsetti, García, Huhn, Jacquelin, Jia, Lange, Lin, Lu, Mi, Seifitokaldani, Vázquez-Mayagoitia, Yang, Yang, Blum (c95) 2018; 222
Mohr, Dawson, Wagner, Caliste, Nakajima, Genovese (c147) 2017; 13
Tancogne-Dejean, Oliveira, Andrade, Appel, Borca, Le Breton, Buchholz, Castro, Corni, Correa, De Giovannini, Delgado, Eich, Flick, Gil, Gomez, Helbig, Hübener, Jestädt, Jornet-Somoza, Larsen, Lebedeva, Lüders, Marques, Ohlmann, Pipolo, Rampp, Rozzi, Strubbe, Sato, Schäfer, Theophilou, Welden, Rubio (c23) 2020; 152
Corsetti, Mostofi, Lischner (c134) 2017; 4
Hourahine, Aradi, Blum, Bonafé, Buccheri, Camacho, Cevallos, Deshaye, Dumitrică, Dominguez, Ehlert, Elstner, van der Heide, Hermann, Irle, Kranz, Köhler, Kowalczyk, Kubař, Lee, Lutsker, Maurer, Min, Mitchell, Negre, Niehaus, Niklasson, Page, Pecchia, Penazzi, Persson, Řezáč, Sánchez, Sternberg, Stöhr, Stuckenberg, Tkatchenko, Yu, Frauenheim (c105) 2020; 152
Ahlrichs, Bär, Häser, Horn, Kölmel (c63) 1989; 162
Pizzi, Vitale, Arita, Blügel, Freimuth, Géranton, Gibertini, Gresch, Johnson, Koretsune, Ibañez-Azpiroz, Lee, Lihm, Marchand, Marrazzo, Mokrousov, Mustafa, Nomura, Nohara, Paulatto, Poncé, Ponweiser, Qiao, Thöle, Tsirkin, Wierzbowska, Marzari, Vanderbilt, Souza, Mostofi, Yates (c114) 2020; 32
Martyna, Tuckerman (c41) 1999; 110
Pippig (c75) 2013; 35
Ratcliff, Degomme, Flores-Livas, Goedecker, Genovese (c55) 2018; 30
Damle, Lin, Ying (c118) 2015; 11
Borlido, Aull, Huran, Tran, Marques, Botti (c65) 2019; 15
Poncé, Margine, Verdi, Giustino (c130) 2016; 209
Wannier (c110) 1937; 52
Perdew (c56) 2001; 577
García, Verstraete, Pouillon, Junquera (c79) 2018; 227
Vecharynski, Yang, Pask (c107) 2015; 290
Fisicaro, Genovese, Andreussi, Marzari, Goedecker (c48) 2016; 144
Brouder, Panati, Calandra, Mourougane, Marzari (c112) 2007; 98
Dawson, Nakajima (c103) 2018; 225
Hartwigsen, Goedecker, Hutter (c148) 1998; 58
Wilkins-Diehr, Crawford (c5) 2018; 20
Aradi, Hourahine, Frauenheim (c151) 2007; 111
Berland, Hyldgaard (c71) 2014; 89
Mortensen, Parrinello (c44) 2000; 104
Hamann (c30) 2013; 88
Parrish, Burns, Smith, Simmonett, DePrince, Hohenstein, Bozkaya, Sokolov, Di Remigio, Richard, Gonthier, James, McAlexander, Kumar, Saitow, Wang, Pritchard, Verma, Schaefer, Patkowski, King, Valeev, Evangelista, Turney, Crawford, Sherrill (c60) 2017; 13
Berland, Cooper, Lee, Schröder, Thonhauser, Hyldgaard, Lundqvist (c67) 2015; 78
Ebert, Ködderitzsch, Minár (c87) 2011; 74
Hyldgaard, Berland, Schröder (c68) 2014; 90
Hernandez, Roman, Vidal (c101) 2005; 31
Ferrer, Lambert, García-Suárez, Manrique, Visontai, Oroszlany, Rodríguez-Ferradás, Grace, Bailey, Gillemot, Sadeghi, Algharagholy (c124) 2014; 16
Rangel, Caliste, Genovese, Torrent (c150) 2016; 208
Marini, Hogan, Grüning, Varsano (c127) 2009; 180
Mardirossian, Head-Gordon (c3) 2017; 115
Füsti-Molnar, Pulay (c40) 2002; 116
Lehtola, Steigemann, Oliveira, Marques (c19) 2018; 7
Parcollet, Ferrero, Ayral, Hafermann, Krivenko, Messio, Seth (c129) 2015; 196
Blum, Gehrke, Hanke, Havu, Havu, Ren, Reuter, Scheffler (c26) 2009; 180
García-Risueño, Alberdi-Rodriguez, Oliveira, Andrade, Pippig, Muguerza, Arruabarrena, Rubio (c50) 2014; 35
Marzari, Mostofi, Yates, Souza, Vanderbilt (c111) 2012; 84
Román-Pérez, Soler (c73) 2009; 103
Marek, Blum, Johanni, Havu, Lang, Auckenthaler, Heinecke, Bungartz, Lederer (c96) 2014; 26
Pan, Dai, de Gironcoli, Gong, Rignanese, Zhou (c108) 2017; 348
Andrade, Alberdi-Rodriguez, Strubbe, Oliveira, Nogueira, Castro, Muguerza, Arruabarrena, Louie, Aspuru-Guzik, Rubio, Marques (c52) 2012; 24
Genovese, Neelov, Goedecker, Deutsch, Ghasemi, Willand, Caliste, Zilberberg, Rayson, Bergman, Schneider (c25) 2008; 129
Imamura, Yamada, Machida (c98) 2011; 2
Bowler, Miyazaki (c139) 2012; 75
Cerioni, Genovese, Mirone, Sole (c47) 2012; 137
Mináry, Tuckerman, Pihakari, Martyna (c42) 2002; 116
Gonze, Jollet, Abreu Araujo, Adams, Amadon, Applencourt, Audouze, Beuken, Bieder, Bokhanchuk, Bousquet, Bruneval, Caliste, Côté, Dahm, Da Pieve, Delaveau, Di Gennaro, Dorado, Espejo, Geneste, Genovese, Gerossier, Giantomassi, Gillet, Hamann, He, Jomard, Laflamme Janssen, Le Roux, Levitt, Lherbier, Liu, Lukačević, Martin, Martins, Oliveira, Poncé, Pouillon, Rangel, Rignanese, Romero, Rousseau, Rubel, Shukri, Stankovski, Torrent, Van Setten, Van Troeye, Verstraete, Waroquiers, Wiktor, Xu, Zhou, Zwanziger (c58) 2016; 205
Smidstrup, Markussen, Vancraeyveld, Wellendorff, Schneider, Gunst, Verstichel, Stradi, Khomyakov, Vej-Hansen, Lee, Chill, Rasmussen, Penazzi, Corsetti, Ojanperä, Jensen, Palsgaard, Martinez, Blom, Brandbyge, Stokbro (c64) 2019; 32
Gonze, Amadon, Anglade, Beuken, Bottin, Boulanger, Bruneval, Caliste, Caracas, Côté, Deutsch, Genovese, Ghosez, Giantomassi, Goedecker, Hamann, Hermet, Jollet, Jomard, Leroux, Mancini, Mazevet, Oliveira, Onida, Pouillon, Rangel, Rignanese, Sangalli, Shaltaf, Torrent, Verstraete, Zerah, Zwanziger (c21) 2009; 180
Thonhauser, Zuluaga, Arter, Berland, Schröder, Hyldgaard (c72) 2015; 115
Dirac (c2) 1929; 123
Genovese, Deutsch, Neelov, Goedecker, Beylkin (c45) 2006; 125
Ebert, Braun, Ködderitzsch, Mankovsky (c88) 2016; 93
Damle, Lin (c119) 2018; 16
Marzari, Vanderbilt (c14) 1997; 56
Hockney (c39) 1970; 9
Deslippe, Samsonidze, Strubbe, Jain, Cohen, Louie (c92) 2012; 183
Frigo, Johnson (c11) 2005; 93
Vitale, Pizzi, Marrazzo, Yates, Marzari, Mostofi (c117) 2020; 6
Hutter, Iannuzzi, Schiffmann, VandeVondele (c51) 2014; 4
Sun, Berkelbach, Blunt, Booth, Guo, Li, Liu, McClain, Sayfutyarova, Sharma, Wouters, Chan (c62) 2018; 8
Ordejón, Drabold, Martin, Grumbach (c138) 1995; 51
Krylov, Windus, Barnes, Marin-Rimoldi, Nash, Pritchard, Smith, Altarawy, Saxe, Clementi, Crawford, Harrison, Jha, Pande, Head-Gordon (c6) 2018; 149
Giannozzi, Andreussi, Brumme, Bunau, Buongiorno Nardelli, Calandra, Car, Cavazzoni, Ceresoli, Cococcioni, Colonna, Carnimeo, Dal Corso, de Gironcoli, Delugas, DiStasio, Ferretti, Floris, Fratesi, Fugallo, Gebauer, Gerstmann, Giustino, Gorni, Jia, Kawamura, Ko, Kokalj, Küçükbenli, Lazzeri, Marsili, Marzari, Mauri, Nguyen, Nguyen, Otero-de-la-Roza, Paulatto, Poncé, Rocca, Sabatini, Santra, Schlipf, Seitsonen, Smogunov, Timrov, Thonhauser, Umari, Vast, Wu, Baroni (c24) 2017; 29
Larsen, Vanin, Mortensen, Thygesen, Jacobsen (c149) 2009; 80
Corsetti (c100) 2014; 185
Gresch, Autès, Yazyev, Troyer, Vanderbilt, Bernevig, Soluyanov (c128) 2017; 95
Kapil, Rossi, Marsalek, Petraglia, Litman, Spura, Cheng, Cuzzocrea, Meißner, Wilkins, Helfrecht, Juda, Bienvenue, Fang, Kessler, Poltavsky, Vandenbrande, Wieme, Corminboeuf, Kühne, Manolopoulos, Markland, Richardson, Tkatchenko, Tribello, Van Speybroeck, Ceriotti (c16) 2019; 236
Ku̇s, Marek, Köcher, Kowalski, Carbogno, Scheurer, Reuter, Scheffler, Lederer (c97) 2019; 85
Souza, Marzari, Vanderbilt (c113) 2001; 65
Weng, Ozaki, Terakura (c123) 2009; 79
Gillan, Bowler, Torralba, Miyazaki (c53) 2007; 177
Fisicaro, Genovese, Andreussi, Mandal, Nair, Marzari, Goedecker (c49) 2017; 13
Mortensen, Hansen, Jacobsen (c27) 2005; 71
Dugan, Genovese, Goedecker (c54) 2013; 184
Genovese, Deutsch, Goedecker (c46) 2007; 127
Pizzi, Cepellotti, Sabatini, Marzari, Kozinsky (c17) 2016; 111
Kresse, Furthmüller (c120) 1996; 6
(2023080800390360200_c66) 2017; 25
(2023080800390360200_c125) 2018; 224
(2023080800390360200_c56) 2001; 577
(2023080800390360200_c110) 1937; 52
(2023080800390360200_c21) 2009; 180
(2023080800390360200_c16) 2019; 236
(2023080800390360200_c55) 2018; 30
(2023080800390360200_c129) 2015; 196
(2023080800390360200_c65) 2019; 15
(2023080800390360200_c114) 2020; 32
(2023080800390360200_c136) 2014; 40
(2023080800390360200_c151) 2007; 111
(2023080800390360200_c59) 2019
(2023080800390360200_c111) 2012; 84
(2023080800390360200_c128) 2017; 95
2023080800390360200_c20
(2023080800390360200_c99) 2014
(2023080800390360200_c9) 1999
(2023080800390360200_c25) 2008; 129
(2023080800390360200_c101) 2005; 31
(2023080800390360200_c113) 2001; 65
(2023080800390360200_c63) 1989; 162
(2023080800390360200_c75) 2013; 35
(2023080800390360200_c49) 2017; 13
(2023080800390360200_c138) 1995; 51
(2023080800390360200_c7) 1979
(2023080800390360200_c139) 2012; 75
(2023080800390360200_c43) 1981
(2023080800390360200_c95) 2018; 222
(2023080800390360200_c61) 2012; 2
(2023080800390360200_c48) 2016; 144
2023080800390360200_c12
2023080800390360200_c13
2023080800390360200_c10
(2023080800390360200_c17) 2016; 111
(2023080800390360200_c29) 2004
(2023080800390360200_c18) 2012; 183
(2023080800390360200_c39) 1970; 9
(2023080800390360200_c6) 2018; 149
(2023080800390360200_c15) 2017; 29
(2023080800390360200_c64) 2019; 32
(2023080800390360200_c120) 1996; 6
(2023080800390360200_c112) 2007; 98
(2023080800390360200_c69) 2005; 101
(2023080800390360200_c124) 2014; 16
Burrus (2023080800390360200_c74) 2008
2023080800390360200_c142
(2023080800390360200_c45) 2006; 125
(2023080800390360200_c71) 2014; 89
2023080800390360200_c141
(2023080800390360200_c62) 2018; 8
2023080800390360200_c146
2023080800390360200_c144
(2023080800390360200_c44) 2000; 104
2023080800390360200_c143
(2023080800390360200_c87) 2011; 74
(2023080800390360200_c102) 2013; 25
(2023080800390360200_c28) 1993
(2023080800390360200_c3) 2017; 115
(2023080800390360200_c54) 2013; 184
(2023080800390360200_c100) 2014; 185
2023080800390360200_c37
(2023080800390360200_c58) 2016; 205
2023080800390360200_c38
(2023080800390360200_c53) 2007; 177
(2023080800390360200_c79) 2018; 227
(2023080800390360200_c14) 1997; 56
2023080800390360200_c33
2023080800390360200_c153
2023080800390360200_c34
(2023080800390360200_c60) 2017; 13
2023080800390360200_c152
2023080800390360200_c35
2023080800390360200_c36
(2023080800390360200_c127) 2009; 180
2023080800390360200_c31
2023080800390360200_c155
2023080800390360200_c32
2023080800390360200_c154
(2023080800390360200_c123) 2009; 79
2023080800390360200_c126
(2023080800390360200_c42) 2002; 116
(2023080800390360200_c118) 2015; 11
(2023080800390360200_c88) 2016; 93
(2023080800390360200_c97) 2019; 85
(2023080800390360200_c23) 2020; 152
(2023080800390360200_c70) 2009; 21
(2023080800390360200_c150) 2016; 208
(2023080800390360200_c22) 2002; 14
(2023080800390360200_c107) 2015; 290
(2023080800390360200_c117) 2020; 6
(2023080800390360200_c147) 2017; 13
(2023080800390360200_c41) 1999; 110
2023080800390360200_c8
(2023080800390360200_c67) 2015; 78
(2023080800390360200_c26) 2009; 180
2023080800390360200_c137
(2023080800390360200_c105) 2020; 152
(2023080800390360200_c11) 2005; 93
(2023080800390360200_c73) 2009; 103
(2023080800390360200_c51) 2014; 4
(2023080800390360200_c72) 2015; 115
2023080800390360200_c131
2023080800390360200_c57
(2023080800390360200_c1) 2017
(2023080800390360200_c106) 2015; 143
2023080800390360200_c135
(2023080800390360200_c47) 2012; 137
2023080800390360200_c133
2023080800390360200_c132
(2023080800390360200_c140) 2016
2023080800390360200_c91
(2023080800390360200_c30) 2013; 88
Grotendorst (2023080800390360200_c121) 2006
2023080800390360200_c93
2023080800390360200_c104
2023080800390360200_c94
2023080800390360200_c109
2023080800390360200_c90
(2023080800390360200_c119) 2018; 16
(2023080800390360200_c2) 1929; 123
(2023080800390360200_c4) 2016
(2023080800390360200_c134) 2017; 4
(2023080800390360200_c68) 2014; 90
2023080800390360200_c89
(2023080800390360200_c98) 2011; 2
2023080800390360200_c84
2023080800390360200_c85
2023080800390360200_c80
(2023080800390360200_c40) 2002; 116
2023080800390360200_c81
(2023080800390360200_c46) 2007; 127
(2023080800390360200_c108) 2017; 348
2023080800390360200_c115
2023080800390360200_c83
(2023080800390360200_c145) 2016
(2023080800390360200_c52) 2012; 24
(2023080800390360200_c148) 1998; 58
(2023080800390360200_c92) 2012; 183
(2023080800390360200_c103) 2018; 225
(2023080800390360200_c82) 2018; 226
(2023080800390360200_c24) 2017; 29
(2023080800390360200_c122) 2019
(2023080800390360200_c149) 2009; 80
(2023080800390360200_c27) 2005; 71
(2023080800390360200_c116) 2008; 178
(2023080800390360200_c96) 2014; 26
(2023080800390360200_c50) 2014; 35
(2023080800390360200_c130) 2016; 209
2023080800390360200_c77
2023080800390360200_c78
(2023080800390360200_c5) 2018; 20
(2023080800390360200_c19) 2018; 7
(2023080800390360200_c86) 2011; 182
2023080800390360200_c76
References_xml – volume: 98
  start-page: 046402
  year: 2007
  ident: c112
  article-title: Exponential localization of Wannier functions in insulators
  publication-title: Phys. Rev. Lett.
– volume: 144
  start-page: 014103
  year: 2016
  ident: c48
  article-title: A generalized Poisson and Poisson-Boltzmann solver for electrostatic environments
  publication-title: J. Chem. Phys.
– volume: 29
  start-page: 273002
  year: 2017
  ident: c15
  article-title: The atomic simulation environment—A python library for working with atoms
  publication-title: J. Phys.: Condens. Matter
– volume: 143
  start-page: 124110
  year: 2015
  ident: c106
  article-title: DGDFT: A massively parallel method for large scale density functional theory calculations
  publication-title: J. Chem. Phys.
– volume: 183
  start-page: 1269
  year: 2012
  ident: c92
  article-title: BerkeleyGW: A massively parallel computer package for the calculation of the quasiparticle and optical properties of materials and nanostructures
  publication-title: Comput. Phys. Commun.
– volume: 32
  start-page: 165902
  year: 2020
  ident: c114
  article-title: Wannier90 as a community code: New features and applications
  publication-title: J. Phys.: Condens. Matter
– volume: 183
  start-page: 2272
  year: 2012
  ident: c18
  article-title: Libxc: A library of exchange and correlation functionals for density functional theory
  publication-title: Comput. Phys. Commun.
– volume: 32
  start-page: 015901
  year: 2019
  ident: c64
  article-title: QuantumATK: An integrated platform of electronic and atomic-scale modelling tools
  publication-title: J. Phys.: Condens. Matter
– volume: 185
  start-page: 873
  year: 2014
  ident: c100
  article-title: The orbital minimization method for electronic structure calculations with finite-range atomic basis sets
  publication-title: Comput. Phys. Commun.
– volume: 71
  start-page: 035109
  year: 2005
  ident: c27
  article-title: Real-space grid implementation of the projector augmented wave method
  publication-title: Phys. Rev. B
– volume: 101
  start-page: 599
  year: 2005
  ident: c69
  article-title: van der Waals density functional theory with applications
  publication-title: Int. J. Quantum Chem.
– volume: 226
  start-page: 39
  year: 2018
  ident: c82
  article-title: The PSEUDODOJO: Training and grading a 85 element optimized norm-conserving pseudopotential table
  publication-title: Comput. Phys. Commun.
– volume: 7
  start-page: 1
  year: 2018
  ident: c19
  article-title: Recent developments in libxc—A comprehensive library of functionals for density functional theory
  publication-title: SoftwareX
– volume: 152
  start-page: 124119
  year: 2020
  ident: c23
  article-title: Octopus, a computational framework for exploring light-driven phenomena and quantum dynamics in extended and finite systems
  publication-title: J. Chem. Phys.
– volume: 205
  start-page: 106
  year: 2016
  ident: c58
  article-title: Recent developments in the ABINIT software package
  publication-title: Comput. Phys. Commun.
– volume: 13
  start-page: 3185
  year: 2017
  ident: c60
  article-title: Psi4 1.1: An open-source electronic structure program emphasizing automation, advanced libraries, and interoperability
  publication-title: J. Chem. Theory Comput.
– volume: 90
  start-page: 075148
  year: 2014
  ident: c68
  article-title: Interpretation of van der Waals density functionals
  publication-title: Phys. Rev. B
– volume: 85
  start-page: 167
  year: 2019
  ident: c97
  article-title: Optimizations of the eigensolvers in the ELPA library
  publication-title: Parallel Comput.
– volume: 40
  start-page: 47
  year: 2014
  ident: c136
  article-title: Sparse matrix multiplication: The distributed block-compressed sparse row library
  publication-title: Parallel Comput.
– volume: 110
  start-page: 2810
  year: 1999
  ident: c41
  article-title: A reciprocal space based method for treating long range interactions in and force-field-based calculations in clusters
  publication-title: J. Chem. Phys.
– volume: 225
  start-page: 154
  year: 2018
  ident: c103
  article-title: Massively parallel sparse matrix function calculations with NTPoly
  publication-title: Comput. Phys. Commun.
– volume: 20
  start-page: 26
  year: 2018
  ident: c5
  article-title: NSF’s inaugural software institutes: The science gateways community institute and the molecular sciences software institute
  publication-title: Comput. Sci. Eng.
– volume: 177
  start-page: 14
  year: 2007
  ident: c53
  article-title: Order- first-principles calculations with the CONQUEST code
  publication-title: Comput. Phys. Commun.
– volume: 14
  start-page: 2745
  year: 2002
  ident: c22
  article-title: The SIESTA method for order- materials simulation
  publication-title: J. Phys.: Condens. Matter
– volume: 116
  start-page: 5351
  year: 2002
  ident: c42
  article-title: A new reciprocal space based treatment of long range interactions on surfaces
  publication-title: J. Chem. Phys.
– volume: 15
  start-page: 5069
  year: 2019
  ident: c65
  article-title: Large-scale benchmark of exchange–correlation functionals for the determination of electronic band gaps of solids
  publication-title: J. Chem. Theory Comput.
– volume: 24
  start-page: 233202
  year: 2012
  ident: c52
  article-title: Time-dependent density-functional theory in massively parallel computer architectures: The octopus project
  publication-title: J. Phys.: Condens. Matter
– volume: 78
  start-page: 066501
  year: 2015
  ident: c67
  article-title: van der Waals forces in density functional theory: A review of the vdW-DF method
  publication-title: Rep. Prog. Phys.
– volume: 208
  start-page: 1
  year: 2016
  ident: c150
  article-title: A wavelet-based projector augmented-wave (PAW) method: Reaching frozen-core all-electron precision with a systematic, adaptive and localized wavelet basis set
  publication-title: Comput. Phys. Commun.
– volume: 115
  start-page: 136402
  year: 2015
  ident: c72
  article-title: Spin signature of nonlocal correlation binding in metal-organic frameworks
  publication-title: Phys. Rev. Lett.
– volume: 236
  start-page: 214
  year: 2019
  ident: c16
  article-title: i-PI 2.0: A universal force engine for advanced molecular simulations
  publication-title: Comput. Phys. Commun.
– volume: 75
  start-page: 036503
  year: 2012
  ident: c139
  article-title: Methods in electronic structure calculations
  publication-title: Rep. Prog. Phys.
– volume: 74
  start-page: 096501
  year: 2011
  ident: c87
  article-title: Calculating condensed matter properties using the KKR-Green’s function method—Recent developments and applications
  publication-title: Rep. Prog. Phys.
– volume: 95
  start-page: 075146
  year: 2017
  ident: c128
  article-title: Z2Pack: Numerical implementation of hybrid Wannier centers for identifying topological materials
  publication-title: Phys. Rev. B
– volume: 577
  start-page: 1
  year: 2001
  ident: c56
  article-title: Jacob’s ladder of density functional approximations for the exchange-correlation energy
  publication-title: AIP Conf. Proc.
– volume: 127
  start-page: 054704
  year: 2007
  ident: c46
  article-title: Efficient and accurate three-dimensional Poisson solver for surface problems
  publication-title: J. Chem. Phys.
– volume: 6
  start-page: 15
  year: 1996
  ident: c120
  article-title: Efficiency of total energy calculations for metals and semiconductors using a plane-wave basis set
  publication-title: Comput. Mater. Sci.
– volume: 111
  start-page: 5678
  year: 2007
  ident: c151
  article-title: DFTB+, a sparse matrix-based implementation of the DFTB method
  publication-title: J. Phys. Chem. A
– volume: 93
  start-page: 075145
  year: 2016
  ident: c88
  article-title: Fully relativistic multiple scattering calculations for general potentials
  publication-title: Phys. Rev. B
– volume: 137
  start-page: 134108
  year: 2012
  ident: c47
  article-title: Efficient and accurate solver of the three-dimensional screened and unscreened Poisson’s equation with generic boundary conditions
  publication-title: J. Chem. Phys.
– volume: 35
  start-page: C213
  year: 2013
  ident: c75
  article-title: PFFT: An extension of FFTW to massively parallel architectures
  publication-title: SIAM J. Sci. Comput.
– volume: 51
  start-page: 1456
  year: 1995
  ident: c138
  article-title: Linear system-size scaling methods for electronic-structure calculations
  publication-title: Phys. Rev. B
– volume: 84
  start-page: 1419
  year: 2012
  ident: c111
  article-title: Maximally localized Wannier functions: Theory and applications
  publication-title: Rev. Mod. Phys.
– volume: 129
  start-page: 014109
  year: 2008
  ident: c25
  article-title: Daubechies wavelets as a basis set for density functional pseudopotential calculations
  publication-title: J. Chem. Phys.
– volume: 103
  start-page: 096102
  year: 2009
  ident: c73
  article-title: Efficient implementation of a van der Waals density functional: Application to double-wall carbon nanotubes
  publication-title: Phys. Rev. Lett.
– volume: 56
  start-page: 12847
  year: 1997
  ident: c14
  article-title: Maximally localized generalized Wannier functions for composite energy bands
  publication-title: Phys. Rev. B
– volume: 209
  start-page: 116
  year: 2016
  ident: c130
  article-title: EPW: Electron-phonon coupling, transport and superconducting properties using maximally localized Wannier functions
  publication-title: Comput. Phys. Commun.
– volume: 29
  start-page: 465901
  year: 2017
  ident: c24
  article-title: Advanced capabilities for materials modelling with quantum ESPRESSO
  publication-title: J. Phys.: Condens. Matter
– volume: 4
  start-page: 15
  year: 2014
  ident: c51
  article-title: cp2k: Atomistic simulations of condensed matter systems
  publication-title: Wiley Interdiscip. Rev.: Comput. Mol. Sci.
– volume: 182
  start-page: 2567
  year: 2011
  ident: c86
  article-title: MsSpec-1.0: A multiple scattering package for electron spectroscopies in material science
  publication-title: Comput. Phys. Commun.
– volume: 152
  start-page: 124101
  year: 2020
  ident: c105
  article-title: DFTB+, a software package for efficient approximate density functional theory based atomistic simulations
  publication-title: J. Chem. Phys.
– volume: 11
  start-page: 1463
  year: 2015
  ident: c118
  article-title: Compressed representation of Kohn–Sham orbitals via selected columns of the density matrix
  publication-title: J. Chem. Theory Comput.
– volume: 58
  start-page: 3641
  year: 1998
  ident: c148
  article-title: Relativistic separable dual-space Gaussian pseudopotentials from H to Rn
  publication-title: Phys. Rev. B
– volume: 196
  start-page: 398
  year: 2015
  ident: c129
  article-title: TRIQS: A toolbox for research on interacting quantum systems
  publication-title: Comput. Phys. Commun.
– volume: 8
  start-page: e1340
  year: 2018
  ident: c62
  article-title: PySCF: The python-based simulations of chemistry framework
  publication-title: Wiley Interdiscip. Rev.: Comput. Mol. Sci.
– volume: 31
  start-page: 351
  year: 2005
  ident: c101
  article-title: SLEPc: A scalable and flexible toolkit for the solution of eigenvalue problems
  publication-title: ACM Trans. Math. Software
– volume: 123
  start-page: 714
  year: 1929
  ident: c2
  article-title: Quantum mechanics of many-electron systems
  publication-title: Proc. R. Soc. London, Ser. A
– volume: 80
  start-page: 195112
  year: 2009
  ident: c149
  article-title: Localized atomic basis set in the projector augmented wave method
  publication-title: Phys. Rev. B
– volume: 111
  start-page: 218
  year: 2016
  ident: c17
  article-title: AiiDA: Automated interactive infrastructure and database for computational science
  publication-title: Comput. Mater. Sci.
– volume: 30
  start-page: 095901
  year: 2018
  ident: c55
  article-title: Affordable and accurate large-scale hybrid-functional calculations on GPU-accelerated supercomputers
  publication-title: J. Phys.: Condens. Matter
– volume: 162
  start-page: 165
  year: 1989
  ident: c63
  article-title: Electronic structure calculations on workstation computers: The program system turbomole
  publication-title: Chem. Phys. Lett.
– volume: 2
  start-page: 73
  year: 2012
  ident: c61
  article-title: The ORCA program system
  publication-title: Wiley Interdiscip. Rev.: Comput. Mol. Sci.
– volume: 2
  start-page: 643
  year: 2011
  ident: c98
  article-title: Development of a high-performance eigensolver on a peta-scale next-generation supercomputer system
  publication-title: Prog. Nucl. Sci. Technol.
– volume: 125
  start-page: 074105
  year: 2006
  ident: c45
  article-title: Efficient solution of Poisson’s equation with free boundary conditions
  publication-title: J. Chem. Phys.
– volume: 13
  start-page: 4684
  year: 2017
  ident: c147
  article-title: Efficient computation of sparse matrix functions for large-scale electronic structure calculations: The chess library
  publication-title: J. Chem. Theory Comput.
– volume: 115
  start-page: 2315
  year: 2017
  ident: c3
  article-title: Thirty years of density functional theory in computational chemistry: An overview and extensive assessment of 200 density functionals
  publication-title: Mol. Phys.
– volume: 184
  start-page: 1815
  year: 2013
  ident: c54
  article-title: A customized 3D GPU Poisson solver for free boundary conditions
  publication-title: Comput. Phys. Commun.
– volume: 348
  start-page: 482
  year: 2017
  ident: c108
  article-title: A parallel orbital-updating based plane-wave basis method for electronic structure calculations
  publication-title: J. Comput. Phys.
– volume: 93
  start-page: 216
  year: 2005
  ident: c11
  article-title: The design and implementation of FFTW3
  publication-title: Proc. IEEE
– volume: 13
  start-page: 3829
  year: 2017
  ident: c49
  article-title: Soft-sphere continuum solvation in electronic-structure calculations
  publication-title: J. Chem. Theory Comput.
– volume: 21
  start-page: 084203
  year: 2009
  ident: c70
  article-title: A density functional for sparse matter
  publication-title: J. Phys.: Condens. Matter
– volume: 222
  start-page: 267
  year: 2018
  ident: c95
  article-title: ELSI: A unified software interface for Kohn–Sham electronic structure solvers
  publication-title: Comput. Phys. Commun.
– volume: 149
  start-page: 180901
  year: 2018
  ident: c6
  article-title: Perspective: Computational chemistry software and its advancement as illustrated through three grand challenge cases for molecular science
  publication-title: J. Chem. Phys.
– volume: 6
  start-page: 66
  year: 2020
  ident: c117
  article-title: Automated high-throughput Wannierisation
  publication-title: npj Comput. Mat.
– volume: 16
  start-page: 1392
  year: 2018
  ident: c119
  article-title: Disentanglement via entanglement: A unified method for Wannier localization
  publication-title: Multiscale Model. Simul.
– volume: 4
  start-page: 025070
  year: 2017
  ident: c134
  article-title: First-principles multiscale modelling of charged adsorbates on doped graphene
  publication-title: 2D Materials
– volume: 52
  start-page: 191
  year: 1937
  ident: c110
  article-title: The structure of electronic excitation levels in insulating crystals
  publication-title: Phys. Rev.
– volume: 79
  start-page: 235118
  year: 2009
  ident: c123
  article-title: Revisiting magnetic coupling in transition-metal-benzene complexes with maximally localized Wannier functions
  publication-title: Phys. Rev. B
– volume: 227
  start-page: 51
  year: 2018
  ident: c79
  article-title: The PSML format and library for norm-conserving pseudopotential data curation and interoperability
  publication-title: Comput. Phys. Commun.
– volume: 116
  start-page: 7795
  year: 2002
  ident: c40
  article-title: Accurate molecular integrals and energies using combined plane wave and Gaussian basis sets in molecular electronic structure theory
  publication-title: J. Chem. Phys.
– volume: 16
  start-page: 093029
  year: 2014
  ident: c124
  article-title: GOLLUM: A next-generation simulation tool for electron, thermal and spin transport
  publication-title: New J. Phys.
– volume: 26
  start-page: 213201
  year: 2014
  ident: c96
  article-title: The ELPA library: Scalable parallel eigenvalue solutions for electronic structure theory and computational science
  publication-title: J. Phys.: Condens. Matter
– volume: 104
  start-page: 2901
  year: 2000
  ident: c44
  article-title: A density functional theory study of a silica-supported zirconium monohydride catalyst for depolymerization of polyethylene
  publication-title: J. Phys. Chem. B
– volume: 178
  start-page: 685
  year: 2008
  ident: c116
  article-title: Wannier90: A tool for obtaining maximally-localised Wannier functions
  publication-title: Comput. Phys. Commun.
– volume: 224
  start-page: 405
  year: 2018
  ident: c125
  article-title: Wanniertools: An open-source software package for novel topological materials
  publication-title: Comput. Phys. Commun.
– volume: 180
  start-page: 1392
  year: 2009
  ident: c127
  article-title: yambo: An tool for excited state calculations
  publication-title: Comput. Phys. Commun.
– volume: 65
  start-page: 035109
  year: 2001
  ident: c113
  article-title: Maximally localized Wannier functions for entangled energy bands
  publication-title: Phys. Rev. B
– volume: 88
  start-page: 085117
  year: 2013
  ident: c30
  article-title: Optimized norm-conserving Vanderbilt pseudopotentials
  publication-title: Phys. Rev. B
– volume: 25
  start-page: 065004
  year: 2017
  ident: c66
  article-title: libvdwxc: A library for exchange–correlation functionals in the vdW-DF family
  publication-title: Modell. Simul. Mater. Sci. Eng.
– volume: 180
  start-page: 2175
  year: 2009
  ident: c26
  article-title: molecular simulations with numeric atom-centered orbitals
  publication-title: Comput. Phys. Commun.
– volume: 35
  start-page: 427
  year: 2014
  ident: c50
  article-title: A survey of the parallel performance and accuracy of Poisson solvers for electronic structure calculations
  publication-title: J. Comput. Chem.
– volume: 290
  start-page: 73
  year: 2015
  ident: c107
  article-title: A projected preconditioned conjugate gradient algorithm for computing many extreme eigenpairs of a Hermitian matrix
  publication-title: J. Comput. Phys.
– volume: 9
  start-page: 135
  year: 1970
  ident: c39
  article-title: Potential calculation and some applications
  publication-title: Methods Comput. Phys.
– volume: 89
  start-page: 035412
  year: 2014
  ident: c71
  article-title: Exchange functional that tests the robustness of the plasmon description of the van der Waals density functional
  publication-title: Phys. Rev. B
– volume: 180
  start-page: 2582
  year: 2009
  ident: c21
  article-title: ABINIT: First-principles approach to material and nanosystem properties
  publication-title: Comput. Phys. Commun.
– volume: 25
  start-page: 295501
  year: 2013
  ident: c102
  article-title: Accelerating atomic orbital-based electronic structure calculation via pole expansion and selected inversion
  publication-title: J. Phys.: Condens. Matter
– volume: 129
  start-page: 014109
  year: 2008
  ident: 2023080800390360200_c25
  article-title: Daubechies wavelets as a basis set for density functional pseudopotential calculations
  publication-title: J. Chem. Phys.
  doi: 10.1063/1.2949547
– volume: 183
  start-page: 2272
  year: 2012
  ident: 2023080800390360200_c18
  article-title: Libxc: A library of exchange and correlation functionals for density functional theory
  publication-title: Comput. Phys. Commun.
  doi: 10.1016/j.cpc.2012.05.007
– year: 2019
  ident: 2023080800390360200_c122
– volume: 25
  start-page: 295501
  year: 2013
  ident: 2023080800390360200_c102
  article-title: Accelerating atomic orbital-based electronic structure calculation via pole expansion and selected inversion
  publication-title: J. Phys.: Condens. Matter
  doi: 10.1088/0953-8984/25/29/295501
– ident: 2023080800390360200_c12
– ident: 2023080800390360200_c137
– volume: 80
  start-page: 195112
  year: 2009
  ident: 2023080800390360200_c149
  article-title: Localized atomic basis set in the projector augmented wave method
  publication-title: Phys. Rev. B
  doi: 10.1103/physrevb.80.195112
– volume: 227
  start-page: 51
  year: 2018
  ident: 2023080800390360200_c79
  article-title: The PSML format and library for norm-conserving pseudopotential data curation and interoperability
  publication-title: Comput. Phys. Commun.
  doi: 10.1016/j.cpc.2018.02.011
– volume: 208
  start-page: 1
  year: 2016
  ident: 2023080800390360200_c150
  article-title: A wavelet-based projector augmented-wave (PAW) method: Reaching frozen-core all-electron precision with a systematic, adaptive and localized wavelet basis set
  publication-title: Comput. Phys. Commun.
  doi: 10.1016/j.cpc.2016.06.012
– ident: 2023080800390360200_c35
– volume: 196
  start-page: 398
  year: 2015
  ident: 2023080800390360200_c129
  article-title: TRIQS: A toolbox for research on interacting quantum systems
  publication-title: Comput. Phys. Commun.
  doi: 10.1016/j.cpc.2015.04.023
– start-page: 3
  volume-title: Numerical Computations with GPUs
  year: 2014
  ident: 2023080800390360200_c99
  article-title: Accelerating numerical dense linear algebra calculations with GPUs
  doi: 10.1007/978-3-319-06548-9_1
– volume: 149
  start-page: 180901
  year: 2018
  ident: 2023080800390360200_c6
  article-title: Perspective: Computational chemistry software and its advancement as illustrated through three grand challenge cases for molecular science
  publication-title: J. Chem. Phys.
  doi: 10.1063/1.5052551
– volume: 15
  start-page: 5069
  year: 2019
  ident: 2023080800390360200_c65
  article-title: Large-scale benchmark of exchange–correlation functionals for the determination of electronic band gaps of solids
  publication-title: J. Chem. Theory Comput.
  doi: 10.1021/acs.jctc.9b00322
– volume: 222
  start-page: 267
  year: 2018
  ident: 2023080800390360200_c95
  article-title: ELSI: A unified software interface for Kohn–Sham electronic structure solvers
  publication-title: Comput. Phys. Commun.
  doi: 10.1016/j.cpc.2017.09.007
– volume: 35
  start-page: 427
  year: 2014
  ident: 2023080800390360200_c50
  article-title: A survey of the parallel performance and accuracy of Poisson solvers for electronic structure calculations
  publication-title: J. Comput. Chem.
  doi: 10.1002/jcc.23487
– ident: 2023080800390360200_c146
– ident: 2023080800390360200_c78
– volume: 104
  start-page: 2901
  year: 2000
  ident: 2023080800390360200_c44
  article-title: A density functional theory study of a silica-supported zirconium monohydride catalyst for depolymerization of polyethylene
  publication-title: J. Phys. Chem. B
  doi: 10.1021/jp994056v
– ident: 2023080800390360200_c32
– volume: 103
  start-page: 096102
  year: 2009
  ident: 2023080800390360200_c73
  article-title: Efficient implementation of a van der Waals density functional: Application to double-wall carbon nanotubes
  publication-title: Phys. Rev. Lett.
  doi: 10.1103/physrevlett.103.096102
– ident: 2023080800390360200_c154
– volume: 75
  start-page: 036503
  year: 2012
  ident: 2023080800390360200_c139
  article-title: Methods in electronic structure calculations
  publication-title: Rep. Prog. Phys.
  doi: 10.1088/0034-4885/75/3/036503
– volume: 30
  start-page: 095901
  year: 2018
  ident: 2023080800390360200_c55
  article-title: Affordable and accurate large-scale hybrid-functional calculations on GPU-accelerated supercomputers
  publication-title: J. Phys.: Condens. Matter
  doi: 10.1088/1361-648x/aaa8c9
– ident: 2023080800390360200_c85
– ident: 2023080800390360200_c91
– ident: 2023080800390360200_c126
– volume: 88
  start-page: 085117
  year: 2013
  ident: 2023080800390360200_c30
  article-title: Optimized norm-conserving Vanderbilt pseudopotentials
  publication-title: Phys. Rev. B
  doi: 10.1103/physrevb.88.085117
– year: 2016
  ident: 2023080800390360200_c4
– volume: 74
  start-page: 096501
  year: 2011
  ident: 2023080800390360200_c87
  article-title: Calculating condensed matter properties using the KKR-Green’s function method—Recent developments and applications
  publication-title: Rep. Prog. Phys.
  doi: 10.1088/0034-4885/74/9/096501
– ident: 2023080800390360200_c143
– volume: 13
  start-page: 3829
  year: 2017
  ident: 2023080800390360200_c49
  article-title: Soft-sphere continuum solvation in electronic-structure calculations
  publication-title: J. Chem. Theory Comput.
  doi: 10.1021/acs.jctc.7b00375
– volume: 162
  start-page: 165
  year: 1989
  ident: 2023080800390360200_c63
  article-title: Electronic structure calculations on workstation computers: The program system turbomole
  publication-title: Chem. Phys. Lett.
  doi: 10.1016/0009-2614(89)85118-8
– year: 2019
  ident: 2023080800390360200_c59
– start-page: 85
  volume-title: Computational Nanoscience: Do it Yourself!
  year: 2006
  ident: 2023080800390360200_c121
  article-title: Full-potential linearized augmented planewave method
– ident: 2023080800390360200_c155
– ident: 2023080800390360200_c135
– ident: 2023080800390360200_c37
– volume: 8
  start-page: e1340
  year: 2018
  ident: 2023080800390360200_c62
  article-title: PySCF: The python-based simulations of chemistry framework
  publication-title: Wiley Interdiscip. Rev.: Comput. Mol. Sci.
  doi: 10.1002/wcms.1340
– volume: 84
  start-page: 1419
  year: 2012
  ident: 2023080800390360200_c111
  article-title: Maximally localized Wannier functions: Theory and applications
  publication-title: Rev. Mod. Phys.
  doi: 10.1103/revmodphys.84.1419
– ident: 2023080800390360200_c132
– ident: 2023080800390360200_c90
– volume: 209
  start-page: 116
  year: 2016
  ident: 2023080800390360200_c130
  article-title: EPW: Electron-phonon coupling, transport and superconducting properties using maximally localized Wannier functions
  publication-title: Comput. Phys. Commun.
  doi: 10.1016/j.cpc.2016.07.028
– volume: 184
  start-page: 1815
  year: 2013
  ident: 2023080800390360200_c54
  article-title: A customized 3D GPU Poisson solver for free boundary conditions
  publication-title: Comput. Phys. Commun.
  doi: 10.1016/j.cpc.2013.02.024
– ident: 2023080800390360200_c84
– volume: 11
  start-page: 1463
  year: 2015
  ident: 2023080800390360200_c118
  article-title: Compressed representation of Kohn–Sham orbitals via selected columns of the density matrix
  publication-title: J. Chem. Theory Comput.
  doi: 10.1021/ct500985f
– volume: 40
  start-page: 47
  year: 2014
  ident: 2023080800390360200_c136
  article-title: Sparse matrix multiplication: The distributed block-compressed sparse row library
  publication-title: Parallel Comput.
  doi: 10.1016/j.parco.2014.03.012
– volume: 577
  start-page: 1
  year: 2001
  ident: 2023080800390360200_c56
  article-title: Jacob’s ladder of density functional approximations for the exchange-correlation energy
  publication-title: AIP Conf. Proc.
  doi: 10.1063/1.1390175
– volume: 125
  start-page: 074105
  year: 2006
  ident: 2023080800390360200_c45
  article-title: Efficient solution of Poisson’s equation with free boundary conditions
  publication-title: J. Chem. Phys.
  doi: 10.1063/1.2335442
– volume: 185
  start-page: 873
  year: 2014
  ident: 2023080800390360200_c100
  article-title: The orbital minimization method for electronic structure calculations with finite-range atomic basis sets
  publication-title: Comput. Phys. Commun.
  doi: 10.1016/j.cpc.2013.12.008
– volume: 98
  start-page: 046402
  year: 2007
  ident: 2023080800390360200_c112
  article-title: Exponential localization of Wannier functions in insulators
  publication-title: Phys. Rev. Lett.
  doi: 10.1103/physrevlett.98.046402
– volume: 58
  start-page: 3641
  year: 1998
  ident: 2023080800390360200_c148
  article-title: Relativistic separable dual-space Gaussian pseudopotentials from H to Rn
  publication-title: Phys. Rev. B
  doi: 10.1103/physrevb.58.3641
– volume: 152
  start-page: 124101
  year: 2020
  ident: 2023080800390360200_c105
  article-title: DFTB+, a software package for efficient approximate density functional theory based atomistic simulations
  publication-title: J. Chem. Phys.
  doi: 10.1063/1.5143190
– volume: 20
  start-page: 26
  year: 2018
  ident: 2023080800390360200_c5
  article-title: NSF’s inaugural software institutes: The science gateways community institute and the molecular sciences software institute
  publication-title: Comput. Sci. Eng.
  doi: 10.1109/mcse.2018.05329813
– volume: 9
  start-page: 135
  year: 1970
  ident: 2023080800390360200_c39
  article-title: Potential calculation and some applications
  publication-title: Methods Comput. Phys.
– ident: 2023080800390360200_c76
– ident: 2023080800390360200_c93
– volume: 137
  start-page: 134108
  year: 2012
  ident: 2023080800390360200_c47
  article-title: Efficient and accurate solver of the three-dimensional screened and unscreened Poisson’s equation with generic boundary conditions
  publication-title: J. Chem. Phys.
  doi: 10.1063/1.4755349
– volume: 177
  start-page: 14
  year: 2007
  ident: 2023080800390360200_c53
  article-title: Order-N first-principles calculations with the CONQUEST code
  publication-title: Comput. Phys. Commun.
  doi: 10.1016/j.cpc.2007.02.075
– volume: 143
  start-page: 124110
  year: 2015
  ident: 2023080800390360200_c106
  article-title: DGDFT: A massively parallel method for large scale density functional theory calculations
  publication-title: J. Chem. Phys.
  doi: 10.1063/1.4931732
– volume: 21
  start-page: 084203
  year: 2009
  ident: 2023080800390360200_c70
  article-title: A density functional for sparse matter
  publication-title: J. Phys.: Condens. Matter
  doi: 10.1088/0953-8984/21/8/084203
– volume: 111
  start-page: 218
  year: 2016
  ident: 2023080800390360200_c17
  article-title: AiiDA: Automated interactive infrastructure and database for computational science
  publication-title: Comput. Mater. Sci.
  doi: 10.1016/j.commatsci.2015.09.013
– ident: 2023080800390360200_c34
– volume-title: Computer Simulation Using Particles
  year: 1981
  ident: 2023080800390360200_c43
– volume: 90
  start-page: 075148
  year: 2014
  ident: 2023080800390360200_c68
  article-title: Interpretation of van der Waals density functionals
  publication-title: Phys. Rev. B
  doi: 10.1103/physrevb.90.075148
– volume: 6
  start-page: 66
  year: 2020
  ident: 2023080800390360200_c117
  article-title: Automated high-throughput Wannierisation
  publication-title: npj Comput. Mat.
  doi: 10.1038/s41524-020-0312-y
– volume: 144
  start-page: 014103
  year: 2016
  ident: 2023080800390360200_c48
  article-title: A generalized Poisson and Poisson-Boltzmann solver for electrostatic environments
  publication-title: J. Chem. Phys.
  doi: 10.1063/1.4939125
– ident: 2023080800390360200_c152
– volume: 14
  start-page: 2745
  year: 2002
  ident: 2023080800390360200_c22
  article-title: The SIESTA method for ab initio order-N materials simulation
  publication-title: J. Phys.: Condens. Matter
  doi: 10.1088/0953-8984/14/11/302
– volume: 79
  start-page: 235118
  year: 2009
  ident: 2023080800390360200_c123
  article-title: Revisiting magnetic coupling in transition-metal-benzene complexes with maximally localized Wannier functions
  publication-title: Phys. Rev. B
  doi: 10.1103/physrevb.79.235118
– volume: 52
  start-page: 191
  year: 1937
  ident: 2023080800390360200_c110
  article-title: The structure of electronic excitation levels in insulating crystals
  publication-title: Phys. Rev.
  doi: 10.1103/physrev.52.191
– ident: 2023080800390360200_c20
– volume: 16
  start-page: 093029
  year: 2014
  ident: 2023080800390360200_c124
  article-title: GOLLUM: A next-generation simulation tool for electron, thermal and spin transport
  publication-title: New J. Phys.
  doi: 10.1088/1367-2630/16/9/093029
– volume: 116
  start-page: 7795
  year: 2002
  ident: 2023080800390360200_c40
  article-title: Accurate molecular integrals and energies using combined plane wave and Gaussian basis sets in molecular electronic structure theory
  publication-title: J. Chem. Phys.
  doi: 10.1063/1.1467901
– ident: 2023080800390360200_c8
– volume-title: Electronic Structure: Basic Theory and Practical Methods
  year: 2004
  ident: 2023080800390360200_c29
– volume: 290
  start-page: 73
  year: 2015
  ident: 2023080800390360200_c107
  article-title: A projected preconditioned conjugate gradient algorithm for computing many extreme eigenpairs of a Hermitian matrix
  publication-title: J. Comput. Phys.
  doi: 10.1016/j.jcp.2015.02.030
– ident: 2023080800390360200_c141
– volume: 236
  start-page: 214
  year: 2019
  ident: 2023080800390360200_c16
  article-title: i-PI 2.0: A universal force engine for advanced molecular simulations
  publication-title: Comput. Phys. Commun.
  doi: 10.1016/j.cpc.2018.09.020
– volume: 95
  start-page: 075146
  year: 2017
  ident: 2023080800390360200_c128
  article-title: Z2Pack: Numerical implementation of hybrid Wannier centers for identifying topological materials
  publication-title: Phys. Rev. B
  doi: 10.1103/physrevb.95.075146
– ident: 2023080800390360200_c77
– volume: 115
  start-page: 136402
  year: 2015
  ident: 2023080800390360200_c72
  article-title: Spin signature of nonlocal correlation binding in metal-organic frameworks
  publication-title: Phys. Rev. Lett.
  doi: 10.1103/physrevlett.115.136402
– volume: 123
  start-page: 714
  year: 1929
  ident: 2023080800390360200_c2
  article-title: Quantum mechanics of many-electron systems
  publication-title: Proc. R. Soc. London, Ser. A
  doi: 10.1098/rspa.1929.0094
– ident: 2023080800390360200_c31
– volume: 16
  start-page: 1392
  year: 2018
  ident: 2023080800390360200_c119
  article-title: Disentanglement via entanglement: A unified method for Wannier localization
  publication-title: Multiscale Model. Simul.
  doi: 10.1137/17m1129696
– volume: 32
  start-page: 015901
  year: 2019
  ident: 2023080800390360200_c64
  article-title: QuantumATK: An integrated platform of electronic and atomic-scale modelling tools
  publication-title: J. Phys.: Condens. Matter
  doi: 10.1088/1361-648x/ab4007
– volume: 24
  start-page: 233202
  year: 2012
  ident: 2023080800390360200_c52
  article-title: Time-dependent density-functional theory in massively parallel computer architectures: The octopus project
  publication-title: J. Phys.: Condens. Matter
  doi: 10.1088/0953-8984/24/23/233202
– volume: 78
  start-page: 066501
  year: 2015
  ident: 2023080800390360200_c67
  article-title: van der Waals forces in density functional theory: A review of the vdW-DF method
  publication-title: Rep. Prog. Phys.
  doi: 10.1088/0034-4885/78/6/066501
– ident: 2023080800390360200_c153
– volume: 180
  start-page: 2582
  year: 2009
  ident: 2023080800390360200_c21
  article-title: ABINIT: First-principles approach to material and nanosystem properties
  publication-title: Comput. Phys. Commun.
  doi: 10.1016/j.cpc.2009.07.007
– year: 1979
  ident: 2023080800390360200_c7
– volume: 13
  start-page: 3185
  year: 2017
  ident: 2023080800390360200_c60
  article-title: Psi4 1.1: An open-source electronic structure program emphasizing automation, advanced libraries, and interoperability
  publication-title: J. Chem. Theory Comput.
  doi: 10.1021/acs.jctc.7b00174
– volume: 152
  start-page: 124119
  year: 2020
  ident: 2023080800390360200_c23
  article-title: Octopus, a computational framework for exploring light-driven phenomena and quantum dynamics in extended and finite systems
  publication-title: J. Chem. Phys.
  doi: 10.1063/1.5142502
– ident: 2023080800390360200_c104
– volume: 348
  start-page: 482
  year: 2017
  ident: 2023080800390360200_c108
  article-title: A parallel orbital-updating based plane-wave basis method for electronic structure calculations
  publication-title: J. Comput. Phys.
  doi: 10.1016/j.jcp.2017.07.033
– volume: 178
  start-page: 685
  year: 2008
  ident: 2023080800390360200_c116
  article-title: Wannier90: A tool for obtaining maximally-localised Wannier functions
  publication-title: Comput. Phys. Commun.
  doi: 10.1016/j.cpc.2007.11.016
– ident: 2023080800390360200_c144
– volume: 183
  start-page: 1269
  year: 2012
  ident: 2023080800390360200_c92
  article-title: BerkeleyGW: A massively parallel computer package for the calculation of the quasiparticle and optical properties of materials and nanostructures
  publication-title: Comput. Phys. Commun.
  doi: 10.1016/j.cpc.2011.12.006
– volume: 51
  start-page: 1456
  year: 1995
  ident: 2023080800390360200_c138
  article-title: Linear system-size scaling methods for electronic-structure calculations
  publication-title: Phys. Rev. B
  doi: 10.1103/physrevb.51.1456
– volume: 25
  start-page: 065004
  year: 2017
  ident: 2023080800390360200_c66
  article-title: libvdwxc: A library for exchange–correlation functionals in the vdW-DF family
  publication-title: Modell. Simul. Mater. Sci. Eng.
  doi: 10.1088/1361-651x/aa7320
– volume: 224
  start-page: 405
  year: 2018
  ident: 2023080800390360200_c125
  article-title: Wanniertools: An open-source software package for novel topological materials
  publication-title: Comput. Phys. Commun.
  doi: 10.1016/j.cpc.2017.09.033
– volume: 65
  start-page: 035109
  year: 2001
  ident: 2023080800390360200_c113
  article-title: Maximally localized Wannier functions for entangled energy bands
  publication-title: Phys. Rev. B
  doi: 10.1103/physrevb.65.035109
– ident: 2023080800390360200_c115
– volume: 29
  start-page: 465901
  year: 2017
  ident: 2023080800390360200_c24
  article-title: Advanced capabilities for materials modelling with quantum ESPRESSO
  publication-title: J. Phys.: Condens. Matter
  doi: 10.1088/1361-648x/aa8f79
– volume: 127
  start-page: 054704
  year: 2007
  ident: 2023080800390360200_c46
  article-title: Efficient and accurate three-dimensional Poisson solver for surface problems
  publication-title: J. Chem. Phys.
  doi: 10.1063/1.2754685
– year: 2017
  ident: 2023080800390360200_c1
– ident: 2023080800390360200_c133
– volume: 205
  start-page: 106
  year: 2016
  ident: 2023080800390360200_c58
  article-title: Recent developments in the ABINIT software package
  publication-title: Comput. Phys. Commun.
  doi: 10.1016/j.cpc.2016.04.003
– ident: 2023080800390360200_c36
– volume: 225
  start-page: 154
  year: 2018
  ident: 2023080800390360200_c103
  article-title: Massively parallel sparse matrix function calculations with NTPoly
  publication-title: Comput. Phys. Commun.
  doi: 10.1016/j.cpc.2017.12.010
– ident: 2023080800390360200_c89
– start-page: 31
  year: 2016
  ident: 2023080800390360200_c145
  article-title: Scientific software management in real life: Deployment of easybuild on a large scale system
– volume: 93
  start-page: 216
  year: 2005
  ident: 2023080800390360200_c11
  article-title: The design and implementation of FFTW3
  publication-title: Proc. IEEE
  doi: 10.1109/jproc.2004.840301
– ident: 2023080800390360200_c57
– ident: 2023080800390360200_c81
– volume: 71
  start-page: 035109
  year: 2005
  ident: 2023080800390360200_c27
  article-title: Real-space grid implementation of the projector augmented wave method
  publication-title: Phys. Rev. B
  doi: 10.1103/physrevb.71.035109
– volume-title: Programming in Lua
  year: 2016
  ident: 2023080800390360200_c140
– ident: 2023080800390360200_c109
– volume: 89
  start-page: 035412
  year: 2014
  ident: 2023080800390360200_c71
  article-title: Exchange functional that tests the robustness of the plasmon description of the van der Waals density functional
  publication-title: Phys. Rev. B
  doi: 10.1103/physrevb.89.035412
– volume: 13
  start-page: 4684
  year: 2017
  ident: 2023080800390360200_c147
  article-title: Efficient computation of sparse matrix functions for large-scale electronic structure calculations: The chess library
  publication-title: J. Chem. Theory Comput.
  doi: 10.1021/acs.jctc.7b00348
– volume-title: LAPACK Users’ Guide
  year: 1999
  ident: 2023080800390360200_c9
– volume: 2
  start-page: 73
  year: 2012
  ident: 2023080800390360200_c61
  article-title: The ORCA program system
  publication-title: Wiley Interdiscip. Rev.: Comput. Mol. Sci.
  doi: 10.1002/wcms.81
– ident: 2023080800390360200_c94
– volume: 111
  start-page: 5678
  year: 2007
  ident: 2023080800390360200_c151
  article-title: DFTB+, a sparse matrix-based implementation of the DFTB method
  publication-title: J. Phys. Chem. A
  doi: 10.1021/jp070186p
– volume: 180
  start-page: 2175
  year: 2009
  ident: 2023080800390360200_c26
  article-title: Ab initio molecular simulations with numeric atom-centered orbitals
  publication-title: Comput. Phys. Commun.
  doi: 10.1016/j.cpc.2009.06.022
– ident: 2023080800390360200_c33
– volume: 85
  start-page: 167
  year: 2019
  ident: 2023080800390360200_c97
  article-title: Optimizations of the eigensolvers in the ELPA library
  publication-title: Parallel Comput.
  doi: 10.1016/j.parco.2019.04.003
– ident: 2023080800390360200_c10
– volume: 101
  start-page: 599
  year: 2005
  ident: 2023080800390360200_c69
  article-title: van der Waals density functional theory with applications
  publication-title: Int. J. Quantum Chem.
  doi: 10.1002/qua.20315
– volume: 4
  start-page: 025070
  year: 2017
  ident: 2023080800390360200_c134
  article-title: First-principles multiscale modelling of charged adsorbates on doped graphene
  publication-title: 2D Materials
  doi: 10.1088/2053-1583/aa6811
– volume: 226
  start-page: 39
  year: 2018
  ident: 2023080800390360200_c82
  article-title: The PSEUDODOJO: Training and grading a 85 element optimized norm-conserving pseudopotential table
  publication-title: Comput. Phys. Commun.
  doi: 10.1016/j.cpc.2018.01.012
– volume: 32
  start-page: 165902
  year: 2020
  ident: 2023080800390360200_c114
  article-title: Wannier90 as a community code: New features and applications
  publication-title: J. Phys.: Condens. Matter
  doi: 10.1088/1361-648x/ab51ff
– volume: 29
  start-page: 273002
  year: 2017
  ident: 2023080800390360200_c15
  article-title: The atomic simulation environment—A python library for working with atoms
  publication-title: J. Phys.: Condens. Matter
  doi: 10.1088/1361-648x/aa680e
– volume: 110
  start-page: 2810
  year: 1999
  ident: 2023080800390360200_c41
  article-title: A reciprocal space based method for treating long range interactions in ab initio and force-field-based calculations in clusters
  publication-title: J. Chem. Phys.
  doi: 10.1063/1.477923
– ident: 2023080800390360200_c80
– ident: 2023080800390360200_c142
– year: 1993
  ident: 2023080800390360200_c28
– volume: 93
  start-page: 075145
  year: 2016
  ident: 2023080800390360200_c88
  article-title: Fully relativistic multiple scattering calculations for general potentials
  publication-title: Phys. Rev. B
  doi: 10.1103/physrevb.93.075145
– volume: 115
  start-page: 2315
  year: 2017
  ident: 2023080800390360200_c3
  article-title: Thirty years of density functional theory in computational chemistry: An overview and extensive assessment of 200 density functionals
  publication-title: Mol. Phys.
  doi: 10.1080/00268976.2017.1333644
– volume: 31
  start-page: 351
  year: 2005
  ident: 2023080800390360200_c101
  article-title: SLEPc: A scalable and flexible toolkit for the solution of eigenvalue problems
  publication-title: ACM Trans. Math. Software
  doi: 10.1145/1089014.1089019
– volume: 35
  start-page: C213
  year: 2013
  ident: 2023080800390360200_c75
  article-title: PFFT: An extension of FFTW to massively parallel architectures
  publication-title: SIAM J. Sci. Comput.
  doi: 10.1137/120885887
– volume: 6
  start-page: 15
  year: 1996
  ident: 2023080800390360200_c120
  article-title: Efficiency of ab-initio total energy calculations for metals and semiconductors using a plane-wave basis set
  publication-title: Comput. Mater. Sci.
  doi: 10.1016/0927-0256(96)00008-0
– volume: 2
  start-page: 643
  year: 2011
  ident: 2023080800390360200_c98
  article-title: Development of a high-performance eigensolver on a peta-scale next-generation supercomputer system
  publication-title: Prog. Nucl. Sci. Technol.
  doi: 10.15669/pnst.2.643
– ident: 2023080800390360200_c131
– volume: 116
  start-page: 5351
  year: 2002
  ident: 2023080800390360200_c42
  article-title: A new reciprocal space based treatment of long range interactions on surfaces
  publication-title: J. Chem. Phys.
  doi: 10.1063/1.1453397
– volume-title: Fast Fourier Transforms
  year: 2008
  ident: 2023080800390360200_c74
  article-title: Implementing FFTs in practice
– volume: 26
  start-page: 213201
  year: 2014
  ident: 2023080800390360200_c96
  article-title: The ELPA library: Scalable parallel eigenvalue solutions for electronic structure theory and computational science
  publication-title: J. Phys.: Condens. Matter
  doi: 10.1088/0953-8984/26/21/213201
– ident: 2023080800390360200_c13
– ident: 2023080800390360200_c38
– volume: 180
  start-page: 1392
  year: 2009
  ident: 2023080800390360200_c127
  article-title: yambo: An ab initio tool for excited state calculations
  publication-title: Comput. Phys. Commun.
  doi: 10.1016/j.cpc.2009.02.003
– volume: 4
  start-page: 15
  year: 2014
  ident: 2023080800390360200_c51
  article-title: cp2k: Atomistic simulations of condensed matter systems
  publication-title: Wiley Interdiscip. Rev.: Comput. Mol. Sci.
  doi: 10.1002/wcms.1159
– ident: 2023080800390360200_c83
– volume: 56
  start-page: 12847
  year: 1997
  ident: 2023080800390360200_c14
  article-title: Maximally localized generalized Wannier functions for composite energy bands
  publication-title: Phys. Rev. B
  doi: 10.1103/physrevb.56.12847
– volume: 7
  start-page: 1
  year: 2018
  ident: 2023080800390360200_c19
  article-title: Recent developments in libxc—A comprehensive library of functionals for density functional theory
  publication-title: SoftwareX
  doi: 10.1016/j.softx.2017.11.002
– volume: 182
  start-page: 2567
  year: 2011
  ident: 2023080800390360200_c86
  article-title: MsSpec-1.0: A multiple scattering package for electron spectroscopies in material science
  publication-title: Comput. Phys. Commun.
  doi: 10.1016/j.cpc.2011.07.012
SSID ssj0001724
Score 2.5111403
Snippet First-principles electronic structure calculations are now accessible to a very large community of users across many disciplines, thanks to many successful...
SourceID proquest
crossref
scitation
SourceType Aggregation Database
Enrichment Source
Index Database
Publisher
StartPage 024117
SubjectTerms Building codes
Chemists
Codes
Coding
Complexity
Computer peripherals
Electronic structure
Evolution
First principles
Hardware
Libraries
Message passing
Modular structures
Modularization
Optimization
Parallel processing
Physicists
Physics
Redesign
Reengineering
Scientists
Software development
Software packages
Source code
Title The CECAM electronic structure library and the modular software development paradigm
URI http://dx.doi.org/10.1063/5.0012901
https://www.proquest.com/docview/2423325763
https://www.proquest.com/docview/2424437398
Volume 153
hasFullText 1
inHoldings 1
isFullTextHit
isPrint
link http://utb.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwnV3fa9swEBZby-hextZtLFs3tB8Pg-DVv209hiyllKQtzIG8GcuShiGJQ5p2sL9-d7YsuRDKthcTbOEI3efTd9J9J0K-uCzlqVvGjhQQrsKXqByOKhCY_FJeKF76jep9dhmfz8OLRbSwaUWNumTHv5W_9-pK_seqcA_siirZf7CseSncgN9gX7iCheH61zYeT8aj2bB3mk1bERb3BfQKjUmSXNWiSTq9Adf7CzO-hM0YGmINcFH9XPXZqtWNNYy17IoLtMshho1fLcFlVtsCc_ALuRxe2Mzr62JT1VvEm1EEoRoMoAV4W1VWhyYArai4A1xWmHqminXdX5GA8BPrTNoVSbPVdC_d4brXs05H4DkYP7UzUet-3ZQ5SdweIGr8c1tNWAPR3-v3gWiBsXB5DNfVPDu5dRv6l1f52Xw6zbPJIntMDn0IKsArHo6-z6Y_zMwNZE5X7W571lWiioNT8-r7_MUGJUfAWNrkiR4_yZ6TZ9pMdNSi5AV5JNfH5Gjcned3TJ7osXlJMrArbXBDLW6owQ3VuKGAGwq4oRo3tMMN7eGGdrh5ReZnk2x87ujTNZwyjL2dIzgDBx7HHMXVIWeh8lQpUDbKgPKn3POkXybSVUBgJLRKPSV4IgLFWKHSWASvycG6Xss3hAZpUQZRLLyEl2FUukwWEZPAVf0U-C1LBuRrN2Z5N0p4Asoyb1Ig4iCPcj28A_LJNN209Vb2NTrpBj7Xn-NNjoFBgOFzMCAfzWMYY9wBK9ayvm3ahFjLi6UD8tkY7KE_2tPqrt7aFvlGqLcPd-cdeWq_khNyANaU74HJ7vgHDcA_CYChvg
linkProvider EBSCOhost
openUrl ctx_ver=Z39.88-2004&ctx_enc=info%3Aofi%2Fenc%3AUTF-8&rfr_id=info%3Asid%2Fsummon.serialssolutions.com&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=The+CECAM+electronic+structure+library+and+the+modular+software+development+paradigm&rft.jtitle=The+Journal+of+chemical+physics&rft.au=Oliveira+Micael+J+T&rft.au=Papior+Nick&rft.au=Caliste+Damien&rft.au=de+Gironcoli+Stefano&rft.date=2020-07-14&rft.pub=American+Institute+of+Physics&rft.issn=0021-9606&rft.eissn=1089-7690&rft.volume=153&rft.issue=2&rft_id=info:doi/10.1063%2F5.0012901&rft.externalDBID=NO_FULL_TEXT
thumbnail_l http://covers-cdn.summon.serialssolutions.com/index.aspx?isbn=/lc.gif&issn=0021-9606&client=summon
thumbnail_m http://covers-cdn.summon.serialssolutions.com/index.aspx?isbn=/mc.gif&issn=0021-9606&client=summon
thumbnail_s http://covers-cdn.summon.serialssolutions.com/index.aspx?isbn=/sc.gif&issn=0021-9606&client=summon