Cloudy
Spectral Synthesis Code for Astrophysics
Loading...
Searching...
No Matches
helike.h
Go to the documentation of this file.
1/* This file is part of Cloudy and is copyright (C)1978-2025 by Gary J. Ferland and
2 * others. For conditions of distribution and use see copyright notice in license.txt */
3
4#ifndef HELIKE_H_
5#define HELIKE_H_
6
18const int printflag = 0;
19
21const int TRANSPROBMAGIC = 190102;
23const int COLLISMAGIC = 190101;
25const int CASEBMAGIC = 190107;
26
28void HeCollidSetup( void );
29
37double helike_energy(long nelem, long n, long l, long s, long j);
38
46double helike_quantum_defect( long nelem, long n, long lqn, long S, long j );
47
53realnum helike_transprob( long nelem, long ipHi, long ipLo );
54
58void AGN_He1_CS( FILE *ioPun );
59
60#endif /* HELIKE_H_ */
float realnum
Definition cddefines.h:127
const int printflag
Definition helike.h:18
void AGN_He1_CS(FILE *ioPun)
Definition iso_solve.cpp:502
const int CASEBMAGIC
Definition helike.h:25
const int TRANSPROBMAGIC
Definition helike.h:21
double helike_energy(long nelem, long n, long l, long s, long j)
Definition helike_energy.cpp:166
void HeCollidSetup(void)
Definition helike_cs.cpp:242
double helike_quantum_defect(long nelem, long n, long lqn, long S, long j)
Definition helike_energy.cpp:18
const int COLLISMAGIC
Definition helike.h:23
realnum helike_transprob(long nelem, long ipHi, long ipLo)
Definition helike_einsta.cpp:1066
#define S(I_, J_)
Definition optimize_subplx.cpp:1105