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

Ext into arbitrary target modules #27

Open
hoodmane opened this issue Aug 7, 2019 · 3 comments
Open

Ext into arbitrary target modules #27

hoodmane opened this issue Aug 7, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@hoodmane
Copy link
Collaborator

hoodmane commented Aug 7, 2019

Currently we compute Ext(M, k) from a (possibly derived) module to the trivial module. We should be able to compute Ext(M, N) for N an arbitrary module.

@dalcde
Copy link
Collaborator

dalcde commented Feb 11, 2020

At the moment there is one minor technical problem when dealing with the Hom of two chain complexes, which is that the minimum s-degree is now negative. This is not a major issue, but how do you intend to deal with that?

@hoodmane
Copy link
Collaborator Author

Does the code not currently allow negative minimum s degree? If there is some issue with negative min s, then first fix that issue. I haven't looked at the code for a while, probably you're upset that we use Vec rather than BiVec for the s direction? Another option is to translate the s degree to start at degree 0, but it would probably be better to use BiVec for s degree.

@dalcde
Copy link
Collaborator

dalcde commented Feb 11, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants