ARTS  2.3.1285(git:92a29ea9-dirty)
m_wigner.cc File Reference

Wigner symbol interactions. More...

#include "messages.h"
#include "wigner_functions.h"

Go to the source code of this file.

Functions

void Wigner6Init (Index &wigner_initialized, const Index &fast_wigner_stored_symbols, const Index &largest_wigner_symbol_parameter, const Verbosity &)
 WORKSPACE METHOD: Wigner6Init. More...
 
void Wigner3Init (Index &wigner_initialized, const Index &fast_wigner_stored_symbols, const Index &largest_wigner_symbol_parameter, const Verbosity &)
 WORKSPACE METHOD: Wigner3Init. More...
 
void WignerFastInfoPrint (const Index &wigner_initialized, const Verbosity &)
 WORKSPACE METHOD: WignerFastInfoPrint. More...
 
void Wigner6Unload (Index &wigner_initialized, const Verbosity &)
 WORKSPACE METHOD: Wigner6Unload. More...
 
void Wigner3Unload (Index &wigner_initialized, const Verbosity &)
 WORKSPACE METHOD: Wigner3Unload. More...
 

Detailed Description

Wigner symbol interactions.

Author
Richard Larsson
Date
2018-04-03

Definition in file m_wigner.cc.

Function Documentation

◆ Wigner3Init()

void Wigner3Init ( Index wigner_initialized,
const Index fast_wigner_stored_symbols,
const Index largest_wigner_symbol_parameter,
const Verbosity verbosity 
)

WORKSPACE METHOD: Wigner3Init.

Initialize the wigner 3 tables

The default values take about 400 Mb memory.

Author
Richard Larsson
Parameters
[out]wigner_initializedWS Output
[in]fast_wigner_stored_symbolsGeneric Input (Default: "20000000")
[in]largest_wigner_symbol_parameterGeneric Input (Default: "250")

Definition at line 39 of file m_wigner.cc.

References make_wigner_ready().

Referenced by Wigner3Init_g().

◆ Wigner3Unload()

void Wigner3Unload ( Index wigner_initialized,
const Verbosity verbosity 
)

WORKSPACE METHOD: Wigner3Unload.

Unloads the wigner 3 tables

Author
Richard Larsson
Parameters
[in,out]wigner_initializedWS Input/Output

Definition at line 73 of file m_wigner.cc.

Referenced by Wigner3Unload_g().

◆ Wigner6Init()

void Wigner6Init ( Index wigner_initialized,
const Index fast_wigner_stored_symbols,
const Index largest_wigner_symbol_parameter,
const Verbosity verbosity 
)

WORKSPACE METHOD: Wigner6Init.

Initialize the wigner 3 and 6 tables

The default values take about 1 Gb memory.

Author
Richard Larsson
Parameters
[out]wigner_initializedWS Output
[in]fast_wigner_stored_symbolsGeneric Input (Default: "20000000")
[in]largest_wigner_symbol_parameterGeneric Input (Default: "250")

Definition at line 31 of file m_wigner.cc.

References make_wigner_ready().

Referenced by Wigner6Init_g().

◆ Wigner6Unload()

void Wigner6Unload ( Index wigner_initialized,
const Verbosity verbosity 
)

WORKSPACE METHOD: Wigner6Unload.

Unloads the wigner 3 and 6 tables

Author
Richard Larsson
Parameters
[in,out]wigner_initializedWS Input/Output

Definition at line 60 of file m_wigner.cc.

Referenced by Wigner6Unload_g().

◆ WignerFastInfoPrint()

void WignerFastInfoPrint ( const Index wigner_initialized,
const Verbosity verbosity 
)

WORKSPACE METHOD: WignerFastInfoPrint.

Prints the fast wigner table information if compiled with this option

Author
Richard Larsson
Parameters
[in]wigner_initializedWS Input

Definition at line 47 of file m_wigner.cc.

Referenced by WignerFastInfoPrint_g().