Skip to content

Commit b6e3564

Browse files
stigrjGabrielgerez
andauthored
Preparing v1.1.2 (#446)
* update licence header year * Update MRCPP-v1.4.2 * Prepare MRChem-v1.1.2 Co-authored-by: Gabriel Gerez <[email protected]>
1 parent 744b3e5 commit b6e3564

File tree

233 files changed

+248
-282
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

233 files changed

+248
-282
lines changed

CHANGELOG.md

+6

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.1
1+
1.1.2

config.h.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* MRChem, a numerical real-space code for molecular electronic structure
33
* calculations within the self-consistent field (SCF) approximations of quantum
44
* chemistry (Hartree-Fock and Density Functional Theory).
5-
* Copyright (C) 2022 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
5+
* Copyright (C) 2023 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
66
*
77
* This file is part of MRChem.
88
*

external/upstream/fetch_mrcpp.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ else()
3737
FetchContent_Declare(mrcpp_sources
3838
QUIET
3939
URL
40-
https://github.com/MRChemSoft/mrcpp/archive/v1.4.1.tar.gz
40+
https://github.com/MRChemSoft/mrcpp/archive/v1.4.2.tar.gz
4141
)
4242

4343
FetchContent_GetProperties(mrcpp_sources)

pilot/mrchem.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* MRChem, a numerical real-space code for molecular electronic structure
33
* calculations within the self-consistent field (SCF) approximations of quantum
44
* chemistry (Hartree-Fock and Density Functional Theory).
5-
* Copyright (C) 2022 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
5+
* Copyright (C) 2023 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
66
*
77
* This file is part of MRChem.
88
*

pilot/mrchem.in

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
#!/usr/bin/env python
22

3-
4-
53
#
64
# MRChem, a numerical real-space code for molecular electronic structure
75
# calculations within the self-consistent field (SCF) approximations of quantum
86
# chemistry (Hartree-Fock and Density Functional Theory).
9-
# Copyright (C) 2022 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
7+
# Copyright (C) 2023 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
108
#
119
# This file is part of MRChem.
1210
#

python/mrchem.in

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
#!/usr/bin/env python3
22

3-
43
#
54
# MRChem, a numerical real-space code for molecular electronic structure
65
# calculations within the self-consistent field (SCF) approximations of quantum
76
# chemistry (Hartree-Fock and Density Functional Theory).
8-
# Copyright (C) 2022 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
7+
# Copyright (C) 2023 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
98
#
109
# This file is part of MRChem.
1110
#

python/mrchem/CUBEparser.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# MRChem, a numerical real-space code for molecular electronic structure
33
# calculations within the self-consistent field (SCF) approximations of quantum
44
# chemistry (Hartree-Fock and Density Functional Theory).
5-
# Copyright (C) 2022 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
5+
# Copyright (C) 2023 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
66
#
77
# This file is part of MRChem.
88
#

python/mrchem/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# MRChem, a numerical real-space code for molecular electronic structure
33
# calculations within the self-consistent field (SCF) approximations of quantum
44
# chemistry (Hartree-Fock and Density Functional Theory).
5-
# Copyright (C) 2022 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
5+
# Copyright (C) 2023 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
66
#
77
# This file is part of MRChem.
88
#

python/mrchem/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# MRChem, a numerical real-space code for molecular electronic structure
33
# calculations within the self-consistent field (SCF) approximations of quantum
44
# chemistry (Hartree-Fock and Density Functional Theory).
5-
# Copyright (C) 2022 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
5+
# Copyright (C) 2023 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
66
#
77
# This file is part of MRChem.
88
#

python/mrchem/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# MRChem, a numerical real-space code for molecular electronic structure
33
# calculations within the self-consistent field (SCF) approximations of quantum
44
# chemistry (Hartree-Fock and Density Functional Theory).
5-
# Copyright (C) 2022 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
5+
# Copyright (C) 2023 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
66
#
77
# This file is part of MRChem.
88
#

python/mrchem/config.py.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# MRChem, a numerical real-space code for molecular electronic structure
33
# calculations within the self-consistent field (SCF) approximations of quantum
44
# chemistry (Hartree-Fock and Density Functional Theory).
5-
# Copyright (C) 2022 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
5+
# Copyright (C) 2023 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
66
#
77
# This file is part of MRChem.
88
#

python/mrchem/helpers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# MRChem, a numerical real-space code for molecular electronic structure
33
# calculations within the self-consistent field (SCF) approximations of quantum
44
# chemistry (Hartree-Fock and Density Functional Theory).
5-
# Copyright (C) 2022 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
5+
# Copyright (C) 2023 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
66
#
77
# This file is part of MRChem.
88
#

python/mrchem/periodictable.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# MRChem, a numerical real-space code for molecular electronic structure
33
# calculations within the self-consistent field (SCF) approximations of quantum
44
# chemistry (Hartree-Fock and Density Functional Theory).
5-
# Copyright (C) 2022 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
5+
# Copyright (C) 2023 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
66
#
77
# This file is part of MRChem.
88
#

python/mrchem/physical_constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# MRChem, a numerical real-space code for molecular electronic structure
33
# calculations within the self-consistent field (SCF) approximations of quantum
44
# chemistry (Hartree-Fock and Density Functional Theory).
5-
# Copyright (C) 2022 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
5+
# Copyright (C) 2023 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
66
#
77
# This file is part of MRChem.
88
#

python/mrchem/update_input_parser.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# MRChem, a numerical real-space code for molecular electronic structure
55
# calculations within the self-consistent field (SCF) approximations of quantum
66
# chemistry (Hartree-Fock and Density Functional Theory).
7-
# Copyright (C) 2022 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
7+
# Copyright (C) 2023 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
88
#
99
# This file is part of MRChem.
1010
#

python/mrchem/validators.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# MRChem, a numerical real-space code for molecular electronic structure
33
# calculations within the self-consistent field (SCF) approximations of quantum
44
# chemistry (Hartree-Fock and Density Functional Theory).
5-
# Copyright (C) 2022 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
5+
# Copyright (C) 2023 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
66
#
77
# This file is part of MRChem.
88
#

src/analyticfunctions/CUBEfunction.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* MRChem, a numerical real-space code for molecular electronic structure
33
* calculations within the self-consistent field (SCF) approximations of quantum
44
* chemistry (Hartree-Fock and Density Functional Theory).
5-
* Copyright (C) 2022 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
5+
* Copyright (C) 2023 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
66
*
77
* This file is part of MRChem.
88
*
@@ -56,7 +56,6 @@ CUBEfunction::CUBEfunction(const int N_atoms,
5656
, atom_coords(atom_coords) {
5757
Eigen::Map<const Eigen::Matrix<double, 3, 3, Eigen::RowMajor>> voxel_axes(&Voxel_axes[0][0]);
5858
inv_basis = voxel_axes.transpose().inverse();
59-
6059
}
6160

6261
// Do a quadrature of the file

src/analyticfunctions/CUBEfunction.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* MRChem, a numerical real-space code for molecular electronic structure
33
* calculations within the self-consistent field (SCF) approximations of quantum
44
* chemistry (Hartree-Fock and Density Functional Theory).
5-
* Copyright (C) 2022 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
5+
* Copyright (C) 2023 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
66
*
77
* This file is part of MRChem.
88
*
@@ -42,7 +42,6 @@ class CUBEfunction final : public mrcpp::RepresentableFunction<3> {
4242
double evalf(const mrcpp::Coord<3> &r) const override;
4343

4444
protected:
45-
4645
int N_atoms;
4746
int N_val;
4847
std::array<int, 3> N_steps; // size 3 array of the number of steps in each voxel axis. 0 is the X_axis, 1 is the Y_axis and 2 is the Z_axis

src/analyticfunctions/HarmonicOscillatorFunction.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* MRChem, a numerical real-space code for molecular electronic structure
33
* calculations within the self-consistent field (SCF) approximations of quantum
44
* chemistry (Hartree-Fock and Density Functional Theory).
5-
* Copyright (C) 2022 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
5+
* Copyright (C) 2023 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
66
*
77
* This file is part of MRChem.
88
*

src/analyticfunctions/HydrogenFunction.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* MRChem, a numerical real-space code for molecular electronic structure
33
* calculations within the self-consistent field (SCF) approximations of quantum
44
* chemistry (Hartree-Fock and Density Functional Theory).
5-
* Copyright (C) 2022 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
5+
* Copyright (C) 2023 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
66
*
77
* This file is part of MRChem.
88
*

src/analyticfunctions/HydrogenFunction.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* MRChem, a numerical real-space code for molecular electronic structure
33
* calculations within the self-consistent field (SCF) approximations of quantum
44
* chemistry (Hartree-Fock and Density Functional Theory).
5-
* Copyright (C) 2022 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
5+
* Copyright (C) 2023 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
66
*
77
* This file is part of MRChem.
88
*

src/analyticfunctions/NuclearFunction.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* MRChem, a numerical real-space code for molecular electronic structure
33
* calculations within the self-consistent field (SCF) approximations of quantum
44
* chemistry (Hartree-Fock and Density Functional Theory).
5-
* Copyright (C) 2022 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
5+
* Copyright (C) 2023 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
66
*
77
* This file is part of MRChem.
88
*

src/analyticfunctions/NuclearFunction.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* MRChem, a numerical real-space code for molecular electronic structure
33
* calculations within the self-consistent field (SCF) approximations of quantum
44
* chemistry (Hartree-Fock and Density Functional Theory).
5-
* Copyright (C) 2022 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
5+
* Copyright (C) 2023 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
66
*
77
* This file is part of MRChem.
88
*

src/analyticfunctions/NuclearGradientFunction.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* MRChem, a numerical real-space code for molecular electronic structure
33
* calculations within the self-consistent field (SCF) approximations of quantum
44
* chemistry (Hartree-Fock and Density Functional Theory).
5-
* Copyright (C) 2022 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
5+
* Copyright (C) 2023 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
66
*
77
* This file is part of MRChem.
88
*

src/analyticfunctions/NuclearGradientFunction.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* MRChem, a numerical real-space code for molecular electronic structure
33
* calculations within the self-consistent field (SCF) approximations of quantum
44
* chemistry (Hartree-Fock and Density Functional Theory).
5-
* Copyright (C) 2022 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
5+
* Copyright (C) 2023 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
66
*
77
* This file is part of MRChem.
88
*

src/chemistry/Element.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* MRChem, a numerical real-space code for molecular electronic structure
33
* calculations within the self-consistent field (SCF) approximations of quantum
44
* chemistry (Hartree-Fock and Density Functional Theory).
5-
* Copyright (C) 2022 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
5+
* Copyright (C) 2023 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
66
*
77
* This file is part of MRChem.
88
*

src/chemistry/Molecule.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* MRChem, a numerical real-space code for molecular electronic structure
33
* calculations within the self-consistent field (SCF) approximations of quantum
44
* chemistry (Hartree-Fock and Density Functional Theory).
5-
* Copyright (C) 2022 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
5+
* Copyright (C) 2023 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
66
*
77
* This file is part of MRChem.
88
*

src/chemistry/Molecule.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* MRChem, a numerical real-space code for molecular electronic structure
33
* calculations within the self-consistent field (SCF) approximations of quantum
44
* chemistry (Hartree-Fock and Density Functional Theory).
5-
* Copyright (C) 2022 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
5+
* Copyright (C) 2023 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
66
*
77
* This file is part of MRChem.
88
*

src/chemistry/Nucleus.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* MRChem, a numerical real-space code for molecular electronic structure
33
* calculations within the self-consistent field (SCF) approximations of quantum
44
* chemistry (Hartree-Fock and Density Functional Theory).
5-
* Copyright (C) 2022 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
5+
* Copyright (C) 2023 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
66
*
77
* This file is part of MRChem.
88
*

src/chemistry/PeriodicTable.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* MRChem, a numerical real-space code for molecular electronic structure
33
* calculations within the self-consistent field (SCF) approximations of quantum
44
* chemistry (Hartree-Fock and Density Functional Theory).
5-
* Copyright (C) 2022 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
5+
* Copyright (C) 2023 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
66
*
77
* This file is part of MRChem.
88
*

src/chemistry/PeriodicTable.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* MRChem, a numerical real-space code for molecular electronic structure
33
* calculations within the self-consistent field (SCF) approximations of quantum
44
* chemistry (Hartree-Fock and Density Functional Theory).
5-
* Copyright (C) 2022 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
5+
* Copyright (C) 2023 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
66
*
77
* This file is part of MRChem.
88
*

src/chemistry/PhysicalConstants.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* MRChem, a numerical real-space code for molecular electronic structure
33
* calculations within the self-consistent field (SCF) approximations of quantum
44
* chemistry (Hartree-Fock and Density Functional Theory).
5-
* Copyright (C) 2022 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
5+
* Copyright (C) 2023 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
66
*
77
* This file is part of MRChem.
88
*

src/chemistry/PhysicalConstants.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* MRChem, a numerical real-space code for molecular electronic structure
33
* calculations within the self-consistent field (SCF) approximations of quantum
44
* chemistry (Hartree-Fock and Density Functional Theory).
5-
* Copyright (C) 2022 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
5+
* Copyright (C) 2023 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
66
*
77
* This file is part of MRChem.
88
*

src/chemistry/chemistry_fwd.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* MRChem, a numerical real-space code for molecular electronic structure
33
* calculations within the self-consistent field (SCF) approximations of quantum
44
* chemistry (Hartree-Fock and Density Functional Theory).
5-
* Copyright (C) 2022 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
5+
* Copyright (C) 2023 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
66
*
77
* This file is part of MRChem.
88
*

src/chemistry/chemistry_utils.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* MRChem, a numerical real-space code for molecular electronic structure
33
* calculations within the self-consistent field (SCF) approximations of quantum
44
* chemistry (Hartree-Fock and Density Functional Theory).
5-
* Copyright (C) 2022 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
5+
* Copyright (C) 2023 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
66
*
77
* This file is part of MRChem.
88
*

src/chemistry/chemistry_utils.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* MRChem, a numerical real-space code for molecular electronic structure
33
* calculations within the self-consistent field (SCF) approximations of quantum
44
* chemistry (Hartree-Fock and Density Functional Theory).
5-
* Copyright (C) 2022 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
5+
* Copyright (C) 2023 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
66
*
77
* This file is part of MRChem.
88
*

src/driver.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* MRChem, a numerical real-space code for molecular electronic structure
33
* calculations within the self-consistent field (SCF) approximations of quantum
44
* chemistry (Hartree-Fock and Density Functional Theory).
5-
* Copyright (C) 2022 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
5+
* Copyright (C) 2023 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
66
*
77
* This file is part of MRChem.
88
*

src/driver.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* MRChem, a numerical real-space code for molecular electronic structure
33
* calculations within the self-consistent field (SCF) approximations of quantum
44
* chemistry (Hartree-Fock and Density Functional Theory).
5-
* Copyright (C) 2022 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
5+
* Copyright (C) 2023 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
66
*
77
* This file is part of MRChem.
88
*

src/environment/Cavity.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* MRChem, a numerical real-space code for molecular electronic structure
33
* calculations within the self-consistent field (SCF) approximations of quantum
44
* chemistry (Hartree-Fock and Density Functional Theory).
5-
* Copyright (C) 2022 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
5+
* Copyright (C) 2023 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
66
*
77
* This file is part of MRChem.
88
*

src/environment/Cavity.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* MRChem, a numerical real-space code for molecular electronic structure
33
* calculations within the self-consistent field (SCF) approximations of quantum
44
* chemistry (Hartree-Fock and Density Functional Theory).
5-
* Copyright (C) 2022 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
5+
* Copyright (C) 2023 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors.
66
*
77
* This file is part of MRChem.
88
*

0 commit comments

Comments
 (0)