Skip to content

Commit

Permalink
Fix Readme!
Browse files Browse the repository at this point in the history
  • Loading branch information
srbhp committed Dec 18, 2023
1 parent 60f71a6 commit 0dc5825
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ Each Model (bath or impurity) class should have
these member vairables:


std::vector<qOperator> f_dag_operator
std::vector<std::vector<double>> eigenvalues_Q
std::vector<double> chi_Q
std::vector<std::vector<int>> n_Q
* std::vector<qOperator> f_dag_operator
* std::vector<std::vector<double>> eigenvalues_Q
* std::vector<double> chi_Q
* std::vector<std::vector<int>> n_Q


Docs
Expand Down

0 comments on commit 0dc5825

Please sign in to comment.