Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

automorphisms of QabField() #147

Merged
merged 1 commit into from
Aug 27, 2020
Merged

automorphisms of QabField() #147

merged 1 commit into from
Aug 27, 2020

Conversation

ThomasBreuer
Copy link
Member

implementation of automorphisms defined by \zeta_n \mapsto \zeta_n^k;
for example, QabAutomorphism(-1) is complex conjugation.

(Creating the coefficients list and then the field element
is better than doing arithmetics with field elements or polynomials.
It should be even cheaper to create the element in the cyclotomic field F
directly via F(coeffs) instead of having an intermediate step R(coeffs)
where R is the underlying polynomial ring, but this seems to be not allowed.)

implementation of automorphisms defined by \zeta_n \mapsto \zeta_n^k;
for example, `QabAutomorphism(-1)` is complex conjugation.

(Creating the coefficients list and then the field element
is better than doing arithmetics with field elements or polynomials.
It should be even cheaper to create the element in the cyclotomic field `F`
directly via `F(coeffs)` instead of having an intermediate step `R(coeffs)`
where `R` is the underlying polynomial ring, but this seems to be not allowed.)
@codecov
Copy link

codecov bot commented Aug 26, 2020

Codecov Report

Merging #147 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #147   +/-   ##
=======================================
  Coverage   33.14%   33.14%           
=======================================
  Files          20       20           
  Lines        2993     2993           
=======================================
  Hits          992      992           
  Misses       2001     2001           

@fieker fieker merged commit b6ecb09 into oscar-system:master Aug 27, 2020
@ThomasBreuer ThomasBreuer deleted the TB_Qab_auomorphisms branch August 27, 2020 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants