Skip to content

Commit

Permalink
Merge branch 'relativistic_pseudo_sets' into 'master'
Browse files Browse the repository at this point in the history
Add relativistic pseudo sets

See merge request npneq/inq!1173
  • Loading branch information
xavierandrade committed Dec 12, 2024
2 parents d16f50f + e4623ae commit f884066
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion external_libs/pseudopod
Submodule pseudopod updated from 53d14d to e9a7f1
4 changes: 2 additions & 2 deletions tests/helium_fr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ int main(int argc, char ** argv){
inq::utils::match energy_match(3.0e-5);

inq::systems::ions ions(inq::systems::cell::cubic(10.0_b).finite());
ions.species_list().insert(inq::ionic::species("He").symbol("He_fr").pseudo_file(inq::config::path::unit_tests_data() + "He_fr.upf.gz"));
ions.insert("He_fr", {0.0_b, 0.0_b, 0.0_b});
ions.species_list().pseudopotentials() = pseudo::set_id::pseudodojo_rel_pbe();
ions.insert("He", {0.0_b, 0.0_b, 0.0_b});

inq::systems::electrons electrons(ions, inq::options::electrons{}.cutoff(40.0_Ha).spin_non_collinear().extra_states(2));
inq::ground_state::initial_guess(ions, electrons);
Expand Down

0 comments on commit f884066

Please sign in to comment.