Skip to content

Commit

Permalink
Examples
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakoff committed Jan 18, 2017
1 parent 8a96dd7 commit ead9053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Anderson.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ int main(int argc, const char ** argv) {
#endif
ham.diag();
EDLib::hdf5::save_eigen_pairs(ham, ar, "results");
EDLib::gf::GreensFunction < EDLib::SRSSIAMHamiltonian, alps::gf::matsubara_positive_mesh, alps::gf::statistics::statistics_type> greensFunction(params, ham,alps::gf::statistics::statistics_type::FERMIONIC);
EDLib::gf::GreensFunction < EDLib::SRSSIAMHamiltonian, alps::gf::real_frequency_mesh> greensFunction(params, ham);
greensFunction.compute();
greensFunction.save(ar, "results");
EDLib::gf::ChiLoc<EDLib::SRSSIAMHamiltonian, alps::gf::matsubara_positive_mesh, alps::gf::statistics::statistics_type> susc(params, ham, alps::gf::statistics::statistics_type::BOSONIC);
EDLib::gf::ChiLoc<EDLib::SRSSIAMHamiltonian, alps::gf::real_frequency_mesh> susc(params, ham);
susc.compute();
susc.save(ar, "results");
susc.compute<EDLib::gf::NOperator<double> >();
Expand Down

0 comments on commit ead9053

Please sign in to comment.