From f10103610e47a370910295209800b56d9fef8963 Mon Sep 17 00:00:00 2001 From: Gopal Ramesh Dahale <49199003+Gopal-Dahale@users.noreply.github.com> Date: Thu, 6 Jun 2024 21:22:55 +0530 Subject: [PATCH] fix spacing Co-authored-by: GenericP3rson <41024739+GenericP3rson@users.noreply.github.com> --- torchquantum/algorithm/qcbm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torchquantum/algorithm/qcbm.py b/torchquantum/algorithm/qcbm.py index a5e426a3..c0b6e5e3 100644 --- a/torchquantum/algorithm/qcbm.py +++ b/torchquantum/algorithm/qcbm.py @@ -45,7 +45,7 @@ def k_expval(self, px, py): def forward(self, px, py): """ Squared MMD loss. - + Args: px: First probability distribution py: Second probability distribution