From d5ebf7ad4af424f4dbe33aa6da25ca3d364c9f86 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:41 +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 f4078b90..a5e426a3 100644 --- a/torchquantum/algorithm/qcbm.py +++ b/torchquantum/algorithm/qcbm.py @@ -34,7 +34,7 @@ def k_expval(self, px, py): Args: px: First probability distribution - py: Second probability distribution + py: Second probability distribution Returns: Expectation value of the RBF Kernel.