MCPcopy Create free account
hub / github.com/Open-Quant/openquant / MoleculePartition

Class MoleculePartition

crates/openquant/src/hpc_parallel.rs:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47#[derive(Debug, Clone, Copy, PartialEq, Eq)]
48pub struct MoleculePartition {
49 pub molecule_id: usize,
50 pub start: usize,
51 pub end: usize,
52}
53
54impl MoleculePartition {
55 pub fn len(self) -> usize {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected