Skip to content

Commit

Permalink
changes for review
Browse files Browse the repository at this point in the history
  • Loading branch information
PDoakORNL committed Feb 5, 2025
1 parent c33604e commit eb189e4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/QMCHamiltonians/CoulombPBCAA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ void CoulombPBCAA::mw_evaluatePerParticle(const RefVectorWithLeader<OperatorBase
for (const ListenerVector<RealType>& listener : listeners)
listener.report(walker_index, name, v_sample);

#if defined TRACE_CHECK && defined NDEBUG
#ifndef NDEBUG
RealType Vlrnow = cpbcaa.evalLR(pset);
RealType Vsrnow = cpbcaa.evalSR(pset);
RealType Vcnow = cpbcaa.myConst;
Expand Down
2 changes: 1 addition & 1 deletion src/QMCHamiltonians/CoulombPotential.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) 2025 Jeongnim Kim and QMCPACK developers.
// Copyright (c) 2025 QMCPACK developers.
//
// File developed by: Jeremy McMinnis, [email protected], University of Illinois at Urbana-Champaign
// Jeongnim Kim, [email protected], University of Illinois at Urbana-Champaign
Expand Down
1 change: 0 additions & 1 deletion src/QMCHamiltonians/CoulombPotential.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include <MCWalkerConfiguration.h>
#include "ForceBase.h"
#include "OperatorBase.h"
#include <numeric>

namespace qmcplusplus
{
Expand Down

0 comments on commit eb189e4

Please sign in to comment.