Skip to content

Commit

Permalink
Update my contact e-mail
Browse files Browse the repository at this point in the history
  • Loading branch information
krivenko committed Nov 11, 2024
1 parent 6ee38e5 commit 4fe4696
Show file tree
Hide file tree
Showing 85 changed files with 85 additions and 85 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Please, attribute this work by a citation to
# Authors & Contributors
* Andrey Antipov <Andrey.E.Antipov\at\gmail.com>
* Igor Krivenko <igor.s.krivenko\at\gmail.com>
* Igor Krivenko <iskrivenko\at\proton.me>
* Mikhail Alejnikov
* Alexey Rubtsov
* Christoph Jung
Expand Down
2 changes: 1 addition & 1 deletion include/mpi_dispatcher/misc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/// \file include/mpi_dispatcher/misc.hpp
/// \brief Miscellaneous MPI-related functions.
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko

#ifndef POMEROL_INCLUDE_MPI_DISPATCHER_MISC_HPP
#define POMEROL_INCLUDE_MPI_DISPATCHER_MISC_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/mpi_dispatcher/mpi_dispatcher.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/// \file include/mpi_dispatcher/mpi_dispatcher.hpp
/// \brief A master-worker parallelization scheme using non-blocking MPI communications.
/// \author Andrey Antipov (andrey.e.antipov@gmail.com)
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko

#ifndef POMEROL_INCLUDE_MPI_DISPATCHER_MPI_DISPATCHER_HPP
#define POMEROL_INCLUDE_MPI_DISPATCHER_MPI_DISPATCHER_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/mpi_dispatcher/mpi_skel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/// \file include/mpi_dispatcher/mpi_skel.hpp
/// \brief Utilities for MPI-parallelized calculation of computable objects.
/// \author Andrey Antipov (andrey.e.antipov@gmail.com)
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko

#ifndef POMEROL_INCLUDE_MPI_DISPATCHER_MPI_SKEL_HPP
#define POMEROL_INCLUDE_MPI_DISPATCHER_MPI_SKEL_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/pomerol.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/// \file include/pomerol.hpp
/// \brief Main "include-all" header of the library.
/// \author Andrey Antipov (andrey.e.antipov@gmail.com)
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko

#ifndef POMEROL_INCLUDE_POMEROL_HPP
#define POMEROL_INCLUDE_POMEROL_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/pomerol/ChaseIndices.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/// \file include/pomerol/ChaseIndices.hpp
/// \brief `Chase indices` algorithm used in multipoint correlator calculations.
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko

#ifndef POMEROL_INCLUDE_POMEROL_CHASEINDICES_HPP
#define POMEROL_INCLUDE_POMEROL_CHASEINDICES_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/pomerol/ComputableObject.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/// \file include/pomerol/ComputableObject.hpp
/// \brief A base class for computable objects, e.g. Green's function, two-particle GF, etc.
/// \author Andrey Antipov (andrey.e.antipov@gmail.com)
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko

#ifndef POMEROL_INCLUDE_POMEROL_COMPUTABLEOBJECT_HPP
#define POMEROL_INCLUDE_POMEROL_COMPUTABLEOBJECT_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/pomerol/DensityMatrix.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/// \file include/pomerol/DensityMatrix.hpp
/// \brief Many-body Gibbs density matrix as a list of diagonal blocks.
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko
/// \author Andrey Antipov (andrey.e.antipov@gmail.com)

#ifndef POMEROL_INCLUDE_POMEROL_DENSITYMATRIX_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/pomerol/DensityMatrixPart.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/// \file include/pomerol/DensityMatrixPart.hpp
/// \brief Diagonal block of a many-body Gibbs density matrix.
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko
/// \author Andrey Antipov (andrey.e.antipov@gmail.com)

#ifndef POMEROL_INCLUDE_POMEROL_DENSITYMATRIXPART_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/pomerol/EnsembleAverage.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/// \file include/pomerol/EnsembleAverage.hpp
/// \brief Ensemble average of a monomial operator representing a physical observable.
/// \author Junya Otsuki (j.otsuki@okayama-u.ac.jp)
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko
/// \author Andrey Antipov (andrey.e.antipov@gmail.com)

#ifndef POMEROL_INCLUDE_POMEROL_ENSEMBLEAVERAGE_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/pomerol/FieldOperatorContainer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/// \file include/pomerol/FieldOperatorContainer.hpp
/// \brief A container for creation and annihilation operators.
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko
/// \author Andrey Antipov (andrey.e.antipov@gmail.com)

#ifndef POMEROL_INCLUDE_POMEROL_FIELDOPERATORCONTAINER_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/pomerol/GFContainer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/// \file include/pomerol/GFContainer.hpp
/// \brief Storage for multiple fermionic single-particle Matsubara Green's functions.
/// \author Andrey Antipov (andrey.e.antipov@gmail.com)
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko

#ifndef POMEROL_INCLUDE_POMEROL_GFCONTAINER_HPP
#define POMEROL_INCLUDE_POMEROL_GFCONTAINER_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/pomerol/GreensFunction.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/// \file include/pomerol/GreensFunction.hpp
/// \brief Fermionic single-particle Matsubara Green's function.
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko
/// \author Andrey Antipov (andrey.e.antipov@gmail.com)

#ifndef POMEROL_INCLUDE_POMEROL_GREENSFUNCTION_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/pomerol/GreensFunctionPart.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/// \file include/pomerol/GreensFunctionPart.hpp
/// \brief Part of a fermionic single-particle Matsubara Green's function.
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko
/// \author Andrey Antipov (andrey.e.antipov@gmail.com)

#ifndef POMEROL_INCLUDE_POMEROL_GREENSFUNCTIONPART_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/pomerol/Hamiltonian.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/// \file include/pomerol/Hamiltonian.hpp
/// \brief Storage and diagonalization of a Hamiltonian matrix.
/// \author Andrey Antipov (andrey.e.antipov@gmail.com)
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko

#ifndef POMEROL_INCLUDE_POMEROL_HAMILTONIAN_HPP
#define POMEROL_INCLUDE_POMEROL_HAMILTONIAN_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/pomerol/HamiltonianPart.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/// \file include/pomerol/HamiltonianPart.hpp
/// \brief Storage and diagonalization of a Hamiltonian matrix block.
/// \author Andrey Antipov (andrey.e.antipov@gmail.com)
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko

#ifndef POMEROL_INCLUDE_POMEROL_HAMILTONIANPART_HPP
#define POMEROL_INCLUDE_POMEROL_HAMILTONIANPART_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/pomerol/HilbertSpace.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/// \file include/pomerol/HilbertSpace.hpp
/// \brief Hilbert space of a system and invariant subspaces of its Hamiltonian.
/// \author Andrey Antipov (andrey.e.antipov@gmail.com)
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko

#ifndef POMEROL_INCLUDE_POMEROL_HILBERTSPACE_HPP
#define POMEROL_INCLUDE_POMEROL_HILBERTSPACE_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/pomerol/Index.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/// \file include/pomerol/Index.hpp
/// \brief Combinations of single-particle indices.
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko
/// \author Andrey Antipov (andrey.e.antipov@gmail.com)

#ifndef POMEROL_INCLUDE_POMEROL_INDEX_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/pomerol/IndexClassification.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/// \file include/pomerol/IndexClassification.hpp
/// \brief Classification of indices of fermionic creation/annihilation operators.
/// \author Andrey Antipov (andrey.e.antipov@gmail.com)
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko

#ifndef POMEROL_INCLUDE_POMEROL_INDEXCLASSIFICATION_HPP
#define POMEROL_INCLUDE_POMEROL_INDEXCLASSIFICATION_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/pomerol/IndexContainer2.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/// \file include/pomerol/IndexContainer2.hpp
/// \brief A CRTP base for container types whose elements are addressable by
/// two single-particle indices.
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko

#ifndef POMEROL_INCLUDE_POMEROL_INDEXCONTAINER2_HPP
#define POMEROL_INCLUDE_POMEROL_INDEXCONTAINER2_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/pomerol/IndexContainer4.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/// \file include/pomerol/IndexContainer4.hpp
/// \brief A CRTP base for container types whose elements are addressable by
/// four single-particle indices.
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko

#ifndef POMEROL_INCLUDE_POMEROL_INDEXCONTAINER4_HPP
#define POMEROL_INCLUDE_POMEROL_INDEXCONTAINER4_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/pomerol/LatticePresets.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/// \file include/pomerol/LatticePresets.hpp
/// \brief Factory functions for terms commonly used to construct various lattice Hamiltonians.
/// \author Andrey Antipov (andrey.e.antipov@gmail.com)
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko

#ifndef POMEROL_INCLUDE_POMEROL_LATTICEPRESETS_HPP
#define POMEROL_INCLUDE_POMEROL_LATTICEPRESETS_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/pomerol/MatsubaraContainers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/// \brief Container class designed to store values of functions of
/// multiple fermionic Matsubara frequencies.
/// \author Andrey Antipov (andrey.e.antipov@gmail.com)
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko

#ifndef POMEROL_INCLUDE_POMEROL_MATSUBARACONTAINERS_HPP
#define POMEROL_INCLUDE_POMEROL_MATSUBARACONTAINERS_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/pomerol/Misc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/// \file include/pomerol/Misc.hpp
/// \brief Declarations of the most basic types and macros.
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko
/// \author Andrey Antipov (andrey.e.antipov@gmail.com)

#ifndef POMEROL_INCLUDE_POMEROL_MISC_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/pomerol/MonomialOperator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/// \file include/pomerol/MonomialOperator.hpp
/// \brief Storage for an operator that is a product of creation/annihilation operators.
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko
/// \author Andrey Antipov (andrey.e.antipov@gmail.com)

#ifndef POMEROL_INCLUDE_MONOMIALOPERATOR_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/pomerol/MonomialOperatorPart.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/// \file include/pomerol/MonomialOperatorPart.hpp
/// \brief Storage for a matrix block of an operator that is a product of creation/annihilation operators.
/// \author Andrey Antipov (andrey.e.antipov@gmail.com)
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko

#ifndef POMEROL_INCLUDE_MONOMIALOPERATORPART_HPP
#define POMEROL_INCLUDE_MONOMIALOPERATORPART_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/pomerol/Operators.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/// \file include/pomerol/Operators.hpp
/// \brief Expressions with quantum-mechanical operators and functions to construct them.
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko

#ifndef POMEROL_INCLUDE_OPERATORS_HPP
#define POMEROL_INCLUDE_OPERATORS_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/pomerol/StatesClassification.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/// \file include/pomerol/StatesClassification.hpp
/// \brief Classification of many-body basis states (Fock states) into subspaces.
/// \author Andrey Antipov (andrey.e.antipov@gmail.com)
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko

#ifndef POMEROL_INCLUDE_STATESCLASSIFICATION_HPP
#define POMEROL_INCLUDE_STATESCLASSIFICATION_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/pomerol/Susceptibility.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/// \file include/pomerol/Susceptibility.hpp
/// \brief Dynamical susceptibility in the Matsubara representation.
/// \author Junya Otsuki (j.otsuki@okayama-u.ac.jp)
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko
/// \author Andrey Antipov (andrey.e.antipov@gmail.com)

#ifndef POMEROL_INCLUDE_SUSCEPTIBILITY_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/pomerol/SusceptibilityPart.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/// \file include/pomerol/SusceptibilityPart.hpp
/// \brief Part of a dynamical susceptibility in the Matsubara representation.
/// \author Junya Otsuki (j.otsuki@okayama-u.ac.jp)
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko
/// \author Andrey Antipov (andrey.e.antipov@gmail.com)

#ifndef POMEROL_INCLUDE_SUSCEPTIBILITYPART_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/pomerol/TermList.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/// \file include/pomerol/TermList.hpp
/// \brief List of terms forming Lehmann representation of a correlation function.
/// \author Igor Krivenko (Igor.S.Krivenko@gmail.com)
/// \author Igor Krivenko

#ifndef POMEROL_INCLUDE_TERMLIST_HPP
#define POMEROL_INCLUDE_TERMLIST_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/pomerol/Thermal.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/// \file include/pomerol/Thermal.hpp
/// \brief Objects, whose definition depends on the temperature.
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko

#ifndef POMEROL_INCLUDE_THERMAL_HPP
#define POMEROL_INCLUDE_THERMAL_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/pomerol/ThreePointSusceptibility.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/// \file include/pomerol/ThreePointSusceptibility.hpp
/// \brief 3-point susceptibility in the Matsubara representation.
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko

#ifndef POMEROL_INCLUDE_THREEPOINTSUSCEPTIBILITY_HPP
#define POMEROL_INCLUDE_THREEPOINTSUSCEPTIBILITY_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/pomerol/ThreePointSusceptibilityContainer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/// \file include/pomerol/ThreePointSusceptibilityContainer.hpp
/// \brief Storage for multiple 3-point susceptibilities in the Matsubara representation.
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko

#ifndef POMEROL_INCLUDE_THREEPOINTSUSCEPTIBILITYCONTAINER_HPP
#define POMEROL_INCLUDE_THREEPOINTSUSCEPTIBILITYCONTAINER_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/pomerol/ThreePointSusceptibilityPart.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/// \file include/pomerol/ThreePointSusceptibilityPart.hpp
/// \brief Part of a 3-point susceptibility in the Matsubara representation.
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko

#ifndef POMEROL_INCLUDE_THREEPOINTSUSCEPTIBILITYPART_HPP
#define POMEROL_INCLUDE_THREEPOINTSUSCEPTIBILITYPART_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/pomerol/TwoParticleGF.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/// \file include/pomerol/TwoParticleGF.hpp
/// \brief Fermionic two-particle Matsubara Green's function.
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko
/// \author Andrey Antipov (andrey.e.antipov@gmail.com)

#ifndef POMEROL_INCLUDE_TWOPARTICLEGF_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/pomerol/TwoParticleGFContainer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/// \file include/pomerol/TwoParticleGFContainer.hpp
/// \brief Storage for multiple fermionic two-particle Matsubara Green's functions.
/// \author Andrey Antipov (andrey.e.antipov@gmail.com)
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko

#ifndef POMEROL_INCLUDE_TWOPARTICLEGFCONTAINER_HPP
#define POMEROL_INCLUDE_TWOPARTICLEGFCONTAINER_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/pomerol/TwoParticleGFPart.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/// \file include/pomerol/TwoParticleGFPart.hpp
/// \brief Part of a fermionic two-particle Matsubara Green's function.
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko
/// \author Andrey Antipov (andrey.e.antipov@gmail.com)

#ifndef POMEROL_INCLUDE_TWOPARTICLEGFPART_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/pomerol/Version.hpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/// \file include/pomerol/Version.hpp
/// \brief Pomerol version information.
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko

/// \addtogroup Misc
///@{
Expand Down
2 changes: 1 addition & 1 deletion include/pomerol/Vertex4.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/// \file include/pomerol/Vertex4.hpp
/// \brief Irreducible two-particle vertex in the Matsubara representation.
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko
/// \author Andrey Antipov (andrey.e.antipov@gmail.com)

#ifndef POMEROL_INCLUDE_VERTEX4_HPP
Expand Down
2 changes: 1 addition & 1 deletion prog/anderson_model.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/// \file prog/anderson_model.hpp
/// \brief ED calculations for the Anderson impurity model.
/// \author Sergei Iskakov (sir.iskakoff@gmail.com)
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko

#ifndef POMEROL_PROG_ANDERSON_MODEL_HPP
#define POMEROL_PROG_ANDERSON_MODEL_HPP
Expand Down
2 changes: 1 addition & 1 deletion prog/hubbard2d_model.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/// \file prog/hubbard2d_model.hpp
/// \brief ED calculations for the two-dimensional Hubbard model on an MxM cluster.
/// \author Sergei Iskakov (sir.iskakoff@gmail.com)
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko

#ifndef POMEROL_PROG_HUBBARD2D_MODEL_HPP
#define POMEROL_PROG_HUBBARD2D_MODEL_HPP
Expand Down
2 changes: 1 addition & 1 deletion prog/quantum_model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/// \file prog/quantum_model.hpp
/// \brief Base class for ED calculations of finite quantum many-body models (implementation).
/// \author Sergei Iskakov (sir.iskakoff@gmail.com)
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko

#include "quantum_model.hpp"

Expand Down
2 changes: 1 addition & 1 deletion prog/quantum_model.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/// \file prog/quantum_model.hpp
/// \brief Base class for ED calculations of finite quantum many-body models.
/// \author Sergei Iskakov (sir.iskakoff@gmail.com)
/// \author Igor Krivenko (igor.s.krivenko@gmail.com)
/// \author Igor Krivenko

#ifndef POMEROL_PROG_QUANTUM_MODEL_HPP
#define POMEROL_PROG_QUANTUM_MODEL_HPP
Expand Down
Loading

0 comments on commit 4fe4696

Please sign in to comment.