We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d96d5 commit 391f67cCopy full SHA for 391f67c
source/module_io/read_input_item_system.cpp
@@ -263,7 +263,7 @@ void ReadInput::item_system()
263
item.annotation = "energy cutoff for wave functions";
264
read_sync_double(input.ecutwfc);
265
item.reset_value = [](const Input_Item& item, Parameter& para) {
266
- if (para.input.ecutwfc == 0){
+ if (para.input.ecutwfc == 0){ // 0 means no input value
267
if (para.input.basis_type == "lcao")
268
{
269
para.input.ecutwfc = 100;
0 commit comments