-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Example output:
$ ls
bug.py bugreport.lat
$ ./bug.py 1
Issuing commands with tao.cmds and then set uni 1 recalculate. Bug evident.
model b1_gradient: 0.0700389223336539
model b1_gradient: 8.17823368208077
model b1_gradient: 10.0
model b1_gradient: 10.0
$ ./bug.py 2
Issuing commands with tao.cmds and then set glo lattice_calc_on=T. Bug evident.
model b1_gradient: 0.0700389223336539
model b1_gradient: 8.17823368208077
model b1_gradient: 10.0
model b1_gradient: 10.0
$ ./bug.py 3
Issuing commands with tao.cmds with suppress_lattice_calc=F. No bug.
model b1_gradient: 0.0700389223336539
model b1_gradient: 10.0
model b1_gradient: 10.0
model b1_gradient: 10.0
$ ./bug.py 4
Issuing commands by iterating tao.cmd. No bug.
model b1_gradient: 0.0700389223336539
model b1_gradient: 10.0
model b1_gradient: 10.0
model b1_gradient: 10.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels