Documented something which might be THE BUG.
Former-commit-id: f8eda125433540c7d246aec7b5aa5420a7514f92
This commit is contained in:
parent
bff06d61d2
commit
16241b6556
7
BUGS.rst
7
BUGS.rst
|
@ -1,6 +1,13 @@
|
|||
Known bugs
|
||||
===========
|
||||
|
||||
Wrong factor on B coefficient
|
||||
-----------------------------
|
||||
Under Kristensson normalisation (with CS = -1), my code gives
|
||||
B(1,0,n,n)/B(1,0,n,-n) == -(2n)! at (x,y,z) = (x,0,0)
|
||||
(expected plus or minus 1).
|
||||
A-coefficients seem to behave correctly.
|
||||
|
||||
Scattering result asymmetry
|
||||
---------------------------
|
||||
The lattice scattering code (such as finitesqlatzsym-scattery.py) produces
|
||||
|
|
Loading…
Reference in New Issue