Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def estimate_resources(self, **kwargs) -> Dict[str, int]: return qsharp.client.estimate(self, **kwargs)
Q# Python Bindings