Skip to content

Setting memory_limit in contract_path causes "ValueError: invalid subscript 'Ų' in einstein sum subscripts string, subscripts must be letters" #217

Description

@rht

I have a contract_path and contract sequence on a tensor that would OOM when memory_limit is None. I tried to reduce the memory consumption of the computation (I don't mind if the computation runs slow, as long as it gives me answer), but upon limiting it, I encountered the error

ValueError: invalid subscript 'Ų' in einstein sum subscripts string, subscripts must be letters

During the contract step. Is there any extra step that I have to do? I have gone through the documentation and issues, and can't find any relevant information about this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions