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

Hasse-Weil Zeta function of hypersurfaces, controlled-reduction method #23863

Open
edgarcosta opened this issue Sep 14, 2017 · 2 comments
Open

Comments

@edgarcosta
Copy link
Member

We plan to add a wrapper for my code: https://github.com/edgarcosta/controlled-reduction

See #20265 for inspiration.

CC: @kedlaya @sagetrac-ursula @jbalakrishnan @jpflori

Component: padics

Keywords: zeta function, sd91

Author: Edgar Costa, Jennifer Balakrishnan

Issue created by migration from https://trac.sagemath.org/ticket/23863

@edgarcosta
Copy link
Member Author

Changed author from Edgar Costa to Edgar Costa, Jennifer Balakrishnan

@edgarcosta
Copy link
Member Author

comment:3

Jen and I wrote this wrapper:
https://github.com/edgarcosta/pycontrolledreduction

However, is not yet perfect.

For example, I need to do:

from ctypes import * 
lib1 = cdll.LoadLibrary(SAGE_LOCAL+"/lib/libmpir.so.23")

before being able to do

from  pycontrolledreduction import controlledreduction

and because of that, I have not yet managed to run the doctest.

Further, I would think it would be a good option that this PyPI package to also compile and install https://github.com/edgarcosta/controlled-reduction
(but I don't know how to do that).
For example, by having it as a git submodule and then doing on the right directory

./configure --prefix=$SAGE_LOCAL && make install

Let me know your thoughts.

@mkoeppe mkoeppe removed this from the sage-8.1 milestone Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants