Skip to content

Commit

Permalink
Print the species and the theory for inq status.
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierandrade committed Dec 10, 2024
1 parent ceb27a1 commit a3ac654
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/interface/status.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
#include <interface/results_ground_state.hpp>
#include <interface/real_time.hpp>
#include <interface/results_real_time.hpp>
#include <interface/species.hpp>
#include <interface/theory.hpp>

namespace inq {
namespace interface {
Expand Down Expand Up @@ -46,8 +48,10 @@ Prints all the currently defined parameters and available results.
static void status() {
interface::cell.status();
interface::ions.status();
interface::species.status();
interface::kpoints.status();
interface::electrons.status();
interface::theory.status();
interface::ground_state.status();
interface::results_ground_state.status();
interface::real_time.status();
Expand Down

0 comments on commit a3ac654

Please sign in to comment.