From 98b4f366bf90554ca2760134e7cad27fac6a8686 Mon Sep 17 00:00:00 2001 From: Gopal Ramesh Dahale <49199003+Gopal-Dahale@users.noreply.github.com> Date: Thu, 6 Jun 2024 21:23:07 +0530 Subject: [PATCH] fix tab 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 c0b6e5e3..12a63dfb 100644 --- a/torchquantum/algorithm/qcbm.py +++ b/torchquantum/algorithm/qcbm.py @@ -46,7 +46,7 @@ def forward(self, px, py): """ Squared MMD loss. Args: - px: First probability distribution + px: First probability distribution py: Second probability distribution Returns: