MCPcopy Create free account
hub / github.com/ElectroZybr/LatticeLab / begin_batch

Method begin_batch

Lattice/Scripting/ScriptAPI.cpp:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129std::shared_ptr<ScriptBatch> ScriptAPI::begin_batch() {
130 simulation_.beginAtomBatch();
131 return std::make_shared<ScriptBatch>(simulation_);
132}
133
134float ScriptAPI::lj_min(const std::string& speciesA, const std::string& speciesB) const {
135 const std::optional<AtomData::Type> atomA = findAtomTypeBySymbol(speciesA);

Callers

nothing calls this directly

Calls 1

beginAtomBatchMethod · 0.80

Tested by

no test coverage detected