pairinteraction
A Rydberg Interaction Calculator
pairinteraction::Range< Sortable > Class Template Reference

#include <Range.hpp>

Public Member Functions

 Range ()=default
 
 Range (Sortable min, Sortable max)
 
Sortable min () const
 
Sortable max () const
 
bool is_finite () const
 

Detailed Description

template<typename Sortable>
class pairinteraction::Range< Sortable >

Definition at line 10 of file Range.hpp.

Constructor & Destructor Documentation

◆ Range() [1/2]

template<typename Sortable >
pairinteraction::Range< Sortable >::Range ( )
default

◆ Range() [2/2]

template<typename Sortable >
pairinteraction::Range< Sortable >::Range ( Sortable  min,
Sortable  max 
)
inline

Definition at line 15 of file Range.hpp.

References pairinteraction::Range< Sortable >::max(), and pairinteraction::Range< Sortable >::min().

+ Here is the call graph for this function:

Member Function Documentation

◆ is_finite()

template<typename Sortable >
bool pairinteraction::Range< Sortable >::is_finite ( ) const
inline

Definition at line 32 of file Range.hpp.

Referenced by pairinteraction::Database::get_basis().

+ Here is the caller graph for this function:

◆ max()

template<typename Sortable >
Sortable pairinteraction::Range< Sortable >::max ( ) const
inline

Definition at line 26 of file Range.hpp.

Referenced by pairinteraction::Database::get_basis(), and pairinteraction::Range< Sortable >::Range().

+ Here is the caller graph for this function:

◆ min()

template<typename Sortable >
Sortable pairinteraction::Range< Sortable >::min ( ) const
inline

Definition at line 20 of file Range.hpp.

Referenced by pairinteraction::Database::get_basis(), and pairinteraction::Range< Sortable >::Range().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: