Skip to content

Commit

Permalink
Separate model_method.py into numerical_settings.py and model_method.…
Browse files Browse the repository at this point in the history
…py (#21)

* Moved NumericalSettings classes to their own module

* Fix cell from model_system

* Changed warning to debug in OrbitalsState normalization
  • Loading branch information
JosePizarro3 authored Mar 14, 2024
1 parent dc61976 commit eb2c425
Show file tree
Hide file tree
Showing 3 changed files with 520 additions and 486 deletions.
2 changes: 1 addition & 1 deletion src/nomad_simulations/atoms_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def resolve_number_and_symbol(
self, f'{quantum_name}_quantum_{_countertype_map[quantum_type]}'
)
if other_quantity is None:
logger.warning(
logger.debug(
f'Could not find the {quantum_name}_quantum_{quantum_type} countertype {_countertype_map[quantum_type]}.'
)
return None
Expand Down
Loading

0 comments on commit eb2c425

Please sign in to comment.