add more comments in traits inside rgdw/runtime

This commit is contained in:
Janmajaya Mall
2024-06-29 20:11:49 +05:30
parent bc02262f9d
commit f5f3700ea4
2 changed files with 98 additions and 68 deletions

View File

@@ -69,19 +69,6 @@ impl SingleDecomposerParams for (DecompostionLogBase, DecompositionCount) {
}
}
// impl DecomposerParams for (DecompostionLogBase, (DecompositionCount)) {
// type Base = DecompostionLogBase;
// type Count = DecompositionCount;
// fn decomposition_base(&self) -> Self::Base {
// self.0
// }
// fn decomposition_count(&self) -> Self::Count {
// self.1
// }
// }
#[derive(Clone, PartialEq, Debug)]
pub(crate) enum ParameterVariant {
SingleParty,