Hi, Thanks for your contribution. I am wondering that why there is not log operator in the codebase? Here is code in `lmc.py`: ``` net_grad.mul_(self.a).add_(self.noise, alpha=self.b) self.prev_samples.add_(net_grad) ``` But the equation(10) in paper is: <img width="407" alt="image" src="https://github.com/user-attachments/assets/27ddfc1e-4525-4626-a21c-86b1e66b6920">