Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CompVis/zigma
/ __init__
Method
__init__
transport/path.py:175–176 ·
view source on GitHub ↗
(self, sigma=0.0)
Source
from the content-addressed store, hash-verified
173
174
class
GVPCPlan(ICPlan):
175
def
__init__(self, sigma=0.0):
176
super().__init__(sigma)
177
178
def
compute_alpha_t(self, t):
179
""
"Compute coefficient of x1"
""
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected