Closed matthewcarbone closed 8 months ago
@matthewcarbone I would like to set the default of force_spin_unpolarized
to true, as well as in the tutorial. There were some issues @deyulu raised about the magmom.
@FCMeng what do you suggest we change in the tutorial then? Currently it doesn't run 😁
@matthewcarbone I would like to use True for force_spin_unpolarized. This option works, right?
@FCMeng oh sorry I misunderstood. Yes we should set it to True, then everything works!
Should be resolved on latest hotfix to master.
Sorry for the late reply. Setting force_spin_unpolarized to true sounds good to me.
On Thu, Mar 7, 2024 at 4:15 PM Matthew Carbone @.***> wrote:
Closed #252 https://github.com/AI-multimodal/Lightshow/issues/252 as completed.
— Reply to this email directly, view it on GitHub https://github.com/AI-multimodal/Lightshow/issues/252#event-12048675108, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP66N6MAPPY5Z6AYKLU7TNLYXDRHPAVCNFSM6AAAAABELLSW32VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJSGA2DQNRXGUYTAOA . You are receiving this because you were mentioned.Message ID: @.***>
@deyulu no problem. It's been fixed at this point, thanks!
@deyulu @FCMeng the tutorial notebook broke along the way at some stage 😁
Basically,
the default for
force_spin_unpolarized
causes an error when trying to write to disk (becauseMAGMOM
isn't in the parameters INCAR file). I think the error is thrown correctly, but should we just changeforce_spin_unpolarized
to True in the tutorial so it works?This also reminds me I have to add smoke tests to the notebooks in our CI loop...