Class template lookup_basis_states
alps::lookup_basis_states
Synopsis
template<typename I = unsigned int, typename J = short,
typename S = integer_state<I>,
typename SS = basis_states_descriptor<J> >
class lookup_basis_states : public alps::basis_states< J, S, SS > {
public:
typedef super_type::const_iterator const_iterator;
typedef S value_type;
typedef super_type::size_type size_type;
typedef super_type::basis_type basis_type;
lookup_basis_states(const basis_states_descriptor< J, SS > &);
size_type index(const value_type &) const;
std::pair< size_type, std::complex< double > >
index_and_phase(const value_type &) const;
};
Description
lookup_basis_states
public
construct/copy/destruct
lookup_basis_states
public member functions
size_type index(const value_type & x) const;
std::pair< size_type, std::complex< double > >
index_and_phase(const value_type & x) const;