Ruiqi Zhang

Results 2 issues of Ruiqi Zhang

Environment data - Language Server version: 2024.9.2 - OS and version: linux x64 - Python version (and distribution if applicable, e.g. Anaconda): - python.analysis.indexing: true - python.analysis.typeCheckingMode: off Code Snippet...

waiting for user response

This is my code" ``` import cotengra as ctg inputs = ["abc", "def", "eab", "had"] size = 10**4 path = ctg.array_contract_path( inputs, shapes=[(size,) * 3] * 4, optimize="quickbb-10", cache=False )...