Skip to content

Commit

Permalink
comment on identify_block
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-St-Young committed Apr 11, 2024
1 parent 42b10ed commit e8594eb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/Particle/HDFWalkerOutput.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,12 @@ class HDFWalkerOutput
~HDFWalkerOutput();

/** dump configurations
* @param w walkers
* Write walkers into hdf file.
* The "walkers" dataset typically resides at "state_0/walkers", which
* contains no information about when it was written (at which block).
* The identify_block flag appends the block index to uniquely identify
* each walker dump, e.g., "state_0/walkers10" is from block 10.
*
*/
bool dump(const WalkerConfigurations& w, int block, const bool identify_block=false);
// bool dump(ForwardWalkingHistoryObject& FWO);
Expand Down

0 comments on commit e8594eb

Please sign in to comment.