Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Quantum Tinkerer
qsymm
Commits
416ec7cd
Commit
416ec7cd
authored
Feb 16, 2022
by
Dániel Varjas
Browse files
fix SyntaxError: cant use starred expression here on certain python 3.9 versions
parent
a923e8a6
Pipeline
#90077
failed with stage
in 5 minutes and 47 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
qsymm/tests/test_symmetry_finder.py
View file @
416ec7cd
...
...
@@ -30,7 +30,7 @@ def sumrep(*args):
def
test_cont_finder
():
# Test symmetry adapted basis
gens
=
sumrep
(
(
*
2
*
[
0.5
*
sigma
[[
3
,
1
,
2
]]])
)
gens
=
sumrep
(
*
2
*
[
0.5
*
sigma
[[
3
,
1
,
2
]]])
U2
=
kwant_rmt
.
circular
(
len
(
gens
[
0
]))
gens2
=
np
.
einsum
(
'ij,ajk,kl->ail'
,(
U2
.
T
).
conjugate
(),
gens
,
U2
)
U
=
symmetry_adapted_sun
(
gens
,
check
=
True
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment