i have several related question about the work flowing:
if i do a relaxing calculation without spin , so in the first New Calculator button,i set the spin is unpolarized.
then i do a scf calculation with spin. should i put a New Calculator button once again after Optimization button. so i can reset some parameters related spin ?
Of course, you can do that way. However, you have to check the part of defining the initial state in the generated script file, e.g.,
# -------------------------------------------------------------
# Initial State
# -------------------------------------------------------------
initial_spin = InitialSpin(scaled_spins=[.....])
device_configuration.setCalculator(
calculator,
initial_spin=initial_spin,
)
It is better to adjust the above part to be just before "device_configuration.update()".