ARTS  2.4.0(git:4fb77825)
m_quantum.cc
Go to the documentation of this file.
1 /* Copyright (C) 2019 Richard Larsson
2  *
3  * This program is free software; you can redistribute it and/or modify it
4  * under the terms of the GNU General Public License as published by the
5  * Free Software Foundation; either version 2, or (at your option) any
6  * later version.
7  *
8  * This program is distributed in the hope that it will be useful,
9  * but WITHOUT ANY WARRANTY; without even the implied warranty of
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11  * GNU General Public License for more details.
12  *
13  * You should have received a copy of the GNU General Public License
14  * along with this program; if not, write to the Free Software
15  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
16  * USA. */
17 
26 #include "energylevelmap.h"
27 #include "quantum.h"
28 #include "messages.h"
29 
33  const Tensor4& data,
34  const Verbosity&)
35 {
37 }
38 
42  const Matrix& data,
43  const Verbosity&)
44 {
46 }
47 
51  const Vector& data,
52  const Verbosity&)
53 {
55 }
56 
57 
58 /* Workspace method: Doxygen documentation will be auto-generated */
60  x = y;
61 }
Matrix
The Matrix class.
Definition: matpackI.h:1193
energylevelmap.h
Class to map energy levels.
ARTS::Var::nlte_level_identifiers
ArrayOfQuantumIdentifier nlte_level_identifiers(Workspace &ws) noexcept
Definition: autoarts.h:4639
ARTS::Var::y
Vector y(Workspace &ws) noexcept
Definition: autoarts.h:7401
nlte_fieldFromRaw
void nlte_fieldFromRaw(EnergyLevelMap &nlte_field, const ArrayOfQuantumIdentifier &nlte_level_identifiers, const Vector &nlte_vibrational_energies, const Tensor4 &data, const Verbosity &)
WORKSPACE METHOD: nlte_fieldFromRaw.
Definition: m_quantum.cc:30
data
G0 G2 FVC Y DV Numeric Numeric Numeric Zeeman LowerQuantumNumbers void * data
Definition: arts_api_classes.cc:232
quantum.h
EnergyLevelMapSet
void EnergyLevelMapSet(EnergyLevelMap &x, const EnergyLevelMap &y, const Verbosity &)
WORKSPACE METHOD: EnergyLevelMapSet.
Definition: m_quantum.cc:59
Tensor4
The Tensor4 class.
Definition: matpackIV.h:421
ARTS::Var::nlte_field
EnergyLevelMap nlte_field(Workspace &ws) noexcept
Definition: autoarts.h:4604
Array< QuantumIdentifier >
messages.h
Declarations having to do with the four output streams.
ARTS::Var::rtp_nlte
EnergyLevelMap rtp_nlte(Workspace &ws) noexcept
Definition: autoarts.h:5754
Verbosity
Definition: messages.h:49
EnergyLevelMap
Definition: energylevelmap.h:60
abs_nlteFromRaw
void abs_nlteFromRaw(EnergyLevelMap &abs_nlte, const ArrayOfQuantumIdentifier &nlte_level_identifiers, const Vector &nlte_vibrational_energies, const Matrix &data, const Verbosity &)
WORKSPACE METHOD: abs_nlteFromRaw.
Definition: m_quantum.cc:39
rtp_nlteFromRaw
void rtp_nlteFromRaw(EnergyLevelMap &rtp_nlte, const ArrayOfQuantumIdentifier &nlte_level_identifiers, const Vector &nlte_vibrational_energies, const Vector &data, const Verbosity &)
WORKSPACE METHOD: rtp_nlteFromRaw.
Definition: m_quantum.cc:48
ARTS::Group::EnergyLevelMap
EnergyLevelMap EnergyLevelMap
Definition: autoarts.h:78
ARTS::Var::x
Vector x(Workspace &ws) noexcept
Definition: autoarts.h:7346
Vector
The Vector class.
Definition: matpackI.h:860
ARTS::Var::nlte_vibrational_energies
Vector nlte_vibrational_energies(Workspace &ws) noexcept
Definition: autoarts.h:4668
ARTS::Var::abs_nlte
EnergyLevelMap abs_nlte(Workspace &ws) noexcept
Definition: autoarts.h:2111