Opacity Classes
- class OpacityOptions
- bname(*args, **kwargs)
Overloaded function.
bname(self: pyharp.opacity.OpacityOptions) -> str
bname(self: pyharp.opacity.OpacityOptions, arg0: str) -> pyharp.opacity.OpacityOptions
- fractions(*args, **kwargs)
Overloaded function.
fractions(self: pyharp.opacity.OpacityOptions) -> list[float]
fractions(self: pyharp.opacity.OpacityOptions, arg0: collections.abc.Sequence[typing.SupportsFloat]) -> pyharp.opacity.OpacityOptions
- jit_kwargs(*args, **kwargs)
Overloaded function.
jit_kwargs(self: pyharp.opacity.OpacityOptions) -> list[str]
jit_kwargs(self: pyharp.opacity.OpacityOptions, arg0: collections.abc.Sequence[str]) -> pyharp.opacity.OpacityOptions
- opacity_files(*args, **kwargs)
Overloaded function.
opacity_files(self: pyharp.opacity.OpacityOptions) -> list[str]
opacity_files(self: pyharp.opacity.OpacityOptions, arg0: collections.abc.Sequence[str]) -> pyharp.opacity.OpacityOptions
- species_ids(*args, **kwargs)
Overloaded function.
species_ids(self: pyharp.opacity.OpacityOptions) -> list[int]
species_ids(self: pyharp.opacity.OpacityOptions, arg0: collections.abc.Sequence[typing.SupportsInt]) -> pyharp.opacity.OpacityOptions
- type(*args, **kwargs)
Overloaded function.
type(self: pyharp.opacity.OpacityOptions) -> str
type(self: pyharp.opacity.OpacityOptions, arg0: str) -> pyharp.opacity.OpacityOptions
- verbose(*args, **kwargs)
Overloaded function.
verbose(self: pyharp.opacity.OpacityOptions) -> bool
verbose(self: pyharp.opacity.OpacityOptions, arg0: bool) -> pyharp.opacity.OpacityOptions
- class FourColumn
-
- forward(*input: Any) None
Define the computation performed at every call.
Should be overridden by all subclasses.
Note
Although the recipe for forward pass needs to be defined within this function, one should call the
Moduleinstance afterwards instead of this since the former takes care of running the registered hooks while the latter silently ignores them.- Parameters:
input (Any)
- Return type:
None
- class MultiBand
-
- forward(*input: Any) None
Define the computation performed at every call.
Should be overridden by all subclasses.
Note
Although the recipe for forward pass needs to be defined within this function, one should call the
Moduleinstance afterwards instead of this since the former takes care of running the registered hooks while the latter silently ignores them.- Parameters:
input (Any)
- Return type:
None
- class WaveTemp
-
- forward(*input: Any) None
Define the computation performed at every call.
Should be overridden by all subclasses.
Note
Although the recipe for forward pass needs to be defined within this function, one should call the
Moduleinstance afterwards instead of this since the former takes care of running the registered hooks while the latter silently ignores them.- Parameters:
input (Any)
- Return type:
None
- class MoleculeLine
-
- forward(*input: Any) None
Define the computation performed at every call.
Should be overridden by all subclasses.
Note
Although the recipe for forward pass needs to be defined within this function, one should call the
Moduleinstance afterwards instead of this since the former takes care of running the registered hooks while the latter silently ignores them.- Parameters:
input (Any)
- Return type:
None
- class MoleculeCIA
-
- forward(*input: Any) None
Define the computation performed at every call.
Should be overridden by all subclasses.
Note
Although the recipe for forward pass needs to be defined within this function, one should call the
Moduleinstance afterwards instead of this since the former takes care of running the registered hooks while the latter silently ignores them.- Parameters:
input (Any)
- Return type:
None
- class JITOpacity
-
- forward(*input: Any) None
Define the computation performed at every call.
Should be overridden by all subclasses.
Note
Although the recipe for forward pass needs to be defined within this function, one should call the
Moduleinstance afterwards instead of this since the former takes care of running the registered hooks while the latter silently ignores them.- Parameters:
input (Any)
- Return type:
None