Check overlap only on forward-propagating part of mode
This commit is contained in:
parent
4e3a163522
commit
76701f593c
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ def test1(solver=generic_solver):
|
|||
pyplot.grid(alpha=0.6)
|
||||
pyplot.title('Overlap with mode')
|
||||
pyplot.show()
|
||||
print('Average overlap with mode:', sum(q)/len(q))
|
||||
print('Average overlap with mode:', sum(q[8:32])/len(q[8:32]))
|
||||
|
||||
|
||||
def module_available(name):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue