jac_targetsAddSpeciesIsotopologueRatio
- Workspace.jac_targetsAddSpeciesIsotopologueRatio(self, jac_targets: pyarts3.arts.JacobianTargets | None = None, species: pyarts3.arts.SpeciesIsotope | None = None, d: pyarts3.arts.Numeric | None = None) None
Set isotopologue ratio derivative
See
SpeciesIsotopefor validspeciesAuthor: Richard Larsson
- Parameters:
jac_targets (JacobianTargets, optional) – A list of targets for the Jacobian Matrix calculations. See
jac_targets, defaults toself.jac_targets[INOUT]species (SpeciesIsotope) – The species isotopologue of interest. [IN]
d (Numeric, optional) – The perturbation used in methods that cannot compute derivatives analytically. Defaults to
0.1[IN]