forked from QMCPACK/qmcpack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request QMCPACK#4851 from ye-luo/hybridrep-builder
More restructuring of spline reader classes
- Loading branch information
Showing
20 changed files
with
1,233 additions
and
1,103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
// This file is distributed under the University of Illinois/NCSA Open Source License. | ||
// See LICENSE file in top directory for details. | ||
// | ||
// Copyright (c) 2016 Jeongnim Kim and QMCPACK developers. | ||
// Copyright (c) 2023 QMCPACK developers. | ||
// | ||
// File developed by: Jeongnim Kim, [email protected], University of Illinois at Urbana-Champaign | ||
// Paul R. C. Kent, [email protected], Oak Ridge National Laboratory | ||
|
@@ -161,9 +161,9 @@ std::unique_ptr<SPOSet> BsplineReader::create_spline_set(int spin, xmlNodePtr cu | |
* At gamma or arbitrary kpoints with complex wavefunctions, spo2band[i]==i | ||
*/ | ||
void BsplineReader::initialize_spo2band(int spin, | ||
const std::vector<BandInfo>& bigspace, | ||
SPOSetInfo& sposet, | ||
std::vector<int>& spo2band) | ||
const std::vector<BandInfo>& bigspace, | ||
SPOSetInfo& sposet, | ||
std::vector<int>& spo2band) | ||
{ | ||
spo2band.reserve(bigspace.size()); | ||
int ns = 0; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
// This file is distributed under the University of Illinois/NCSA Open Source License. | ||
// See LICENSE file in top directory for details. | ||
// | ||
// Copyright (c) 2016 Jeongnim Kim and QMCPACK developers. | ||
// Copyright (c) 2023 QMCPACK developers. | ||
// | ||
// File developed by: Jeongnim Kim, [email protected], University of Illinois at Urbana-Champaign | ||
// Raymond Clay III, [email protected], Lawrence Livermore National Laboratory | ||
|
@@ -20,9 +20,10 @@ | |
#ifndef QMCPLUSPLUS_BSPLINE_READER_H | ||
#define QMCPLUSPLUS_BSPLINE_READER_H | ||
|
||
#include "mpi/collectives.h" | ||
#include "mpi/point2point.h" | ||
#include <vector> | ||
#include <einspline/bspline_base.h> | ||
#include <BandInfo.h> | ||
#include "EinsplineSetBuilder.h" | ||
|
||
namespace qmcplusplus | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.