repo_full_name stringlengths 6 93 | repo_url stringlengths 25 112 | repo_api_url stringclasses 28
values | owner stringclasses 28
values | repo_name stringclasses 28
values | description stringclasses 28
values | stars int64 617 98.8k | forks int64 31 355 ⌀ | watchers int64 990 999 ⌀ | license stringclasses 2
values | default_branch stringclasses 2
values | repo_created_at timestamp[s]date 2012-07-24 23:12:50 2025-06-16 08:07:28 ⌀ | repo_updated_at timestamp[s]date 2026-02-23 15:23:15 2026-05-03 18:52:12 ⌀ | repo_topics listlengths 0 13 ⌀ | repo_languages unknown | is_fork bool 1
class | open_issues int64 3 104 ⌀ | file_path stringlengths 3 208 | file_name stringclasses 509
values | file_extension stringclasses 1
value | file_size_bytes int64 101 84k ⌀ | file_url stringclasses 627
values | file_raw_url stringclasses 627
values | file_sha stringclasses 624
values | language stringclasses 8
values | parsed_at stringdate 2026-05-04 01:12:36 2026-05-04 19:41:55 | text stringlengths 100 102k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ProjectQ-Framework/ProjectQ | https://github.com/ProjectQ-Framework/ProjectQ | null | null | null | null | 972 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/teleport_circuit.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:00.802417 | # pylint: skip-file
"""Example if drawing of a quantum teleportation circuit."""
import teleport
from projectq import MainEngine
from projectq.backends import CircuitDrawer
if __name__ == "__main__":
# create a main compiler engine with a simulator backend:
drawing_engine = CircuitDrawer()
locations = {... |
ProjectQ-Framework/ProjectQ | https://github.com/ProjectQ-Framework/ProjectQ | null | null | null | null | 972 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/unitary_simulator.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:00.832997 | # Copyright 2021 ProjectQ-Framework (www.projectq.ch)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by app... |
ProjectQ-Framework/ProjectQ | https://github.com/ProjectQ-Framework/ProjectQ | null | null | null | null | 972 | null | null | apache-2.0 | null | null | null | null | null | null | null | projectq/__init__.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:00.853995 | # Copyright 2017 ProjectQ-Framework (www.projectq.ch)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by app... |
ProjectQ-Framework/ProjectQ | https://github.com/ProjectQ-Framework/ProjectQ | null | null | null | null | 972 | null | null | apache-2.0 | null | null | null | null | null | null | null | projectq/backends/_aqt/__init__.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:01.304503 | # Copyright 2020 ProjectQ-Framework (www.projectq.ch)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by app... |
ProjectQ-Framework/ProjectQ | https://github.com/ProjectQ-Framework/ProjectQ | null | null | null | null | 972 | null | null | apache-2.0 | null | null | null | null | null | null | null | projectq/backends/__init__.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:01.349216 | # Copyright 2017 ProjectQ-Framework (www.projectq.ch)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by app... |
ProjectQ-Framework/ProjectQ | https://github.com/ProjectQ-Framework/ProjectQ | null | null | null | null | 972 | null | null | apache-2.0 | null | null | null | null | null | null | null | projectq/backends/_aqt/_aqt.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:01.350248 | # Copyright 2020, 2021 ProjectQ-Framework (www.projectq.ch)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required ... |
ProjectQ-Framework/ProjectQ | https://github.com/ProjectQ-Framework/ProjectQ | null | null | null | null | 972 | null | null | apache-2.0 | null | null | null | null | null | null | null | projectq/backends/_aqt/_aqt_http_client.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:01.373736 | # Copyright 2020, 2021 ProjectQ-Framework (www.projectq.ch)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required ... |
ProjectQ-Framework/ProjectQ | https://github.com/ProjectQ-Framework/ProjectQ | null | null | null | null | 972 | null | null | apache-2.0 | null | null | null | null | null | null | null | projectq/backends/_aqt/_aqt_http_client_test.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:01.375852 | # Copyright 2020, 2021 ProjectQ-Framework (www.projectq.ch)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required ... |
ProjectQ-Framework/ProjectQ | https://github.com/ProjectQ-Framework/ProjectQ | null | null | null | null | 972 | null | null | apache-2.0 | null | null | null | null | null | null | null | projectq/backends/_aqt/_aqt_test.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:01.381063 | # Copyright 2020, 2021 ProjectQ-Framework (www.projectq.ch)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required ... |
ProjectQ-Framework/ProjectQ | https://github.com/ProjectQ-Framework/ProjectQ | null | null | null | null | 972 | null | null | apache-2.0 | null | null | null | null | null | null | null | projectq/backends/_awsbraket/__init__.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:01.416642 | # Copyright 2021 ProjectQ-Framework (www.projectq.ch)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by app... |
ProjectQ-Framework/ProjectQ | https://github.com/ProjectQ-Framework/ProjectQ | null | null | null | null | 972 | null | null | apache-2.0 | null | null | null | null | null | null | null | projectq/backends/_awsbraket/_awsbraket.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:01.418838 | # Copyright 2021 ProjectQ-Framework (www.projectq.ch)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by app... |
ProjectQ-Framework/ProjectQ | https://github.com/ProjectQ-Framework/ProjectQ | null | null | null | null | 972 | null | null | apache-2.0 | null | null | null | null | null | null | null | projectq/backends/_awsbraket/_awsbraket_boto3_client.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:01.427475 | # Copyright 2021 ProjectQ-Framework (www.projectq.ch)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by app... |
ProjectQ-Framework/ProjectQ | https://github.com/ProjectQ-Framework/ProjectQ | null | null | null | null | 972 | null | null | apache-2.0 | null | null | null | null | null | null | null | projectq/backends/_awsbraket/_awsbraket_boto3_client_test.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:01.461112 | # Copyright 2021 ProjectQ-Framework (www.projectq.ch)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by app... |
ProjectQ-Framework/ProjectQ | https://github.com/ProjectQ-Framework/ProjectQ | null | null | null | null | 972 | null | null | apache-2.0 | null | null | null | null | null | null | null | projectq/backends/_awsbraket/_awsbraket_boto3_client_test_fixtures.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:01.868213 | # Copyright 2021 ProjectQ-Framework (www.projectq.ch)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by app... |
ProjectQ-Framework/ProjectQ | https://github.com/ProjectQ-Framework/ProjectQ | null | null | null | null | 972 | null | null | apache-2.0 | null | null | null | null | null | null | null | projectq/backends/_awsbraket/_awsbraket_test.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:01.928633 | # Copyright 2021 ProjectQ-Framework (www.projectq.ch)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by app... |
ProjectQ-Framework/ProjectQ | https://github.com/ProjectQ-Framework/ProjectQ | null | null | null | null | 972 | null | null | apache-2.0 | null | null | null | null | null | null | null | projectq/backends/_azure/__init__.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:01.966664 | # Copyright 2022 ProjectQ-Framework (www.projectq.ch)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by app... |
ProjectQ-Framework/ProjectQ | https://github.com/ProjectQ-Framework/ProjectQ | null | null | null | null | 972 | null | null | apache-2.0 | null | null | null | null | null | null | null | projectq/backends/_azure/_azure_quantum.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:01.980031 | # Copyright 2022 ProjectQ-Framework (www.projectq.ch)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by app... |
ProjectQ-Framework/ProjectQ | https://github.com/ProjectQ-Framework/ProjectQ | null | null | null | null | 972 | null | null | apache-2.0 | null | null | null | null | null | null | null | projectq/backends/_awsbraket/_awsbraket_test_fixtures.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:02.001514 | # Copyright 2021 ProjectQ-Framework (www.projectq.ch)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by app... |
ProjectQ-Framework/ProjectQ | https://github.com/ProjectQ-Framework/ProjectQ | null | null | null | null | 972 | null | null | apache-2.0 | null | null | null | null | null | null | null | projectq/backends/_azure/_azure_quantum_test.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:02.023277 | # Copyright 2022 ProjectQ-Framework (www.projectq.ch)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by app... |
ProjectQ-Framework/ProjectQ | https://github.com/ProjectQ-Framework/ProjectQ | null | null | null | null | 972 | null | null | apache-2.0 | null | null | null | null | null | null | null | projectq/backends/_azure/_azure_quantum_client_test.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:02.039516 | # Copyright 2022 ProjectQ-Framework (www.projectq.ch)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by app... |
ProjectQ-Framework/ProjectQ | https://github.com/ProjectQ-Framework/ProjectQ | null | null | null | null | 972 | null | null | apache-2.0 | null | null | null | null | null | null | null | projectq/backends/_azure/_azure_quantum_client.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:02.040125 | # Copyright 2022 ProjectQ-Framework (www.projectq.ch)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by app... |
ProjectQ-Framework/ProjectQ | https://github.com/ProjectQ-Framework/ProjectQ | null | null | null | null | 972 | null | null | apache-2.0 | null | null | null | null | null | null | null | projectq/backends/_azure/_utils.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:02.058984 | # Copyright 2022 ProjectQ-Framework (www.projectq.ch)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by app... |
ProjectQ-Framework/ProjectQ | https://github.com/ProjectQ-Framework/ProjectQ | null | null | null | null | 972 | null | null | apache-2.0 | null | null | null | null | null | null | null | projectq/backends/_azure/_exceptions.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:02.079084 | # Copyright 2022 ProjectQ-Framework (www.projectq.ch)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by app... |
ProjectQ-Framework/ProjectQ | https://github.com/ProjectQ-Framework/ProjectQ | null | null | null | null | 972 | null | null | apache-2.0 | null | null | null | null | null | null | null | projectq/backends/_azure/_utils_test.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:02.484768 | # Copyright 2022 ProjectQ-Framework (www.projectq.ch)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by app... |
ProjectQ-Framework/ProjectQ | https://github.com/ProjectQ-Framework/ProjectQ | null | null | null | null | 972 | null | null | apache-2.0 | null | null | null | null | null | null | null | projectq/backends/_circuits/__init__.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:02.520104 | # Copyright 2017 ProjectQ-Framework (www.projectq.ch)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by app... |
ProjectQ-Framework/ProjectQ | https://github.com/ProjectQ-Framework/ProjectQ | null | null | null | null | 972 | null | null | apache-2.0 | null | null | null | null | null | null | null | projectq/backends/_circuits/_drawer_matplotlib.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:02.545206 | # Copyright 2020 ProjectQ-Framework (www.projectq.ch)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by app... |
ProjectQ-Framework/ProjectQ | https://github.com/ProjectQ-Framework/ProjectQ | null | null | null | null | 972 | null | null | apache-2.0 | null | null | null | null | null | null | null | projectq/backends/_circuits/_drawer.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:02.548215 | # Copyright 2017, 2021 ProjectQ-Framework (www.projectq.ch)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required ... |
ProjectQ-Framework/ProjectQ | https://github.com/ProjectQ-Framework/ProjectQ | null | null | null | null | 972 | null | null | apache-2.0 | null | null | null | null | null | null | null | projectq/backends/_circuits/_drawer_matplotlib_test.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:02.589160 | # Copyright 2020 ProjectQ-Framework (www.projectq.ch)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by app... |
ProjectQ-Framework/ProjectQ | https://github.com/ProjectQ-Framework/ProjectQ | null | null | null | null | 972 | null | null | apache-2.0 | null | null | null | null | null | null | null | projectq/backends/_circuits/_drawer_test.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:02.623567 | # Copyright 2017, 2021 ProjectQ-Framework (www.projectq.ch)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required ... |
ProjectQ-Framework/ProjectQ | https://github.com/ProjectQ-Framework/ProjectQ | null | null | null | null | 972 | null | null | apache-2.0 | null | null | null | null | null | null | null | projectq/backends/_circuits/_plot.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:02.632136 | # Copyright 2017 ProjectQ-Framework (www.projectq.ch)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by app... |
ProjectQ-Framework/ProjectQ | https://github.com/ProjectQ-Framework/ProjectQ | null | null | null | null | 972 | null | null | apache-2.0 | null | null | null | null | null | null | null | projectq/backends/_circuits/_to_latex.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:02.632921 | # Copyright 2017, 2021 ProjectQ-Framework (www.projectq.ch)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required ... |
ProjectQ-Framework/ProjectQ | https://github.com/ProjectQ-Framework/ProjectQ | null | null | null | null | 972 | null | null | apache-2.0 | null | null | null | null | null | null | null | projectq/backends/_circuits/_plot_test.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:02.656886 | # Copyright 2017 ProjectQ-Framework (www.projectq.ch)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by app... |
ProjectQ-Framework/ProjectQ | https://github.com/ProjectQ-Framework/ProjectQ | null | null | null | null | 972 | null | null | apache-2.0 | null | null | null | null | null | null | null | projectq/backends/_circuits/_to_latex_test.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:02.701621 | # Copyright 2017 ProjectQ-Framework (www.projectq.ch)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by app... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_array/doctor.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:05.768537 | # Copyright 2025 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_module/__init__.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:05.941999 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_dlpack/__init__.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:05.943207 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_array_api.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:05.956090 | # Copyright 2026 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_array/thunk.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:05.957326 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_array/__init__.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:05.992501 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_module/_unary_red_utils.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:06.050317 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_array/flags.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:06.058056 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/__init__.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:06.165049 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_module/array_basic.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:06.391599 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_module/array_dimension.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:06.562351 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_module/array_delete.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:06.600864 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_module/array_splitting.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:06.621563 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_module/array_shape.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:06.622722 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_module/array_joining.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:06.633647 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_module/array_tiling.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:06.664265 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_module/array_rearrange.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:06.692325 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_array/util.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:06.775394 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_module/array_transpose.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:06.788604 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_module/binary_bit_packing.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:07.009685 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_module/creation_data.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:07.131999 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_module/creation_ranges.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:07.208922 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_module/creation_shape.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:07.210835 | # Copyright 2026 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_module/creation_matrices.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:07.214204 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_module/io_numpy.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:07.255727 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_module/indexing.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:07.262329 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_module/linalg_mvp.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:07.295642 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_module/logic_array_contents.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:07.358164 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_module/logic_array_type.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:07.511227 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_module/logic_comparison.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:07.619112 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_module/logic_truth.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:07.690064 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_module/math_misc.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:07.816604 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_module/math_extrema.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:07.822709 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_module/math_rounding.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:07.853184 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_module/math_complex.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:07.873593 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_module/math_sum_prod_diff.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:07.890586 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_module/sets_making.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:07.911418 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_module/ssc_counting.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:08.067445 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_module/ssc_searching.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:08.099621 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_module/ssc_sorting.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:08.203779 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_module/stats_avgs_vars.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:08.265915 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_module/stats_correlating.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:08.379035 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_module/stats_order.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:08.403918 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_module/stats_histograms.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:08.406471 | # Copyright 2025 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_module/window.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:08.457164 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_sphinxext/_comparison_config.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:08.488225 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_sphinxext/__init__.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:08.491320 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_sphinxext/_cupynumeric_directive.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:08.979634 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_sphinxext/_gpu_support.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:08.980333 | # Copyright 2026 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
nv-legate/cupynumeric | https://github.com/nv-legate/cupynumeric | null | null | null | null | 970 | null | null | apache-2.0 | null | null | null | null | null | null | null | cupynumeric/_sphinxext/_comparison_util.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:09.228512 | # Copyright 2024 NVIDIA Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... |
neuralgcm/neuralgcm | https://github.com/neuralgcm/neuralgcm | null | null | null | null | 969 | null | null | apache-2.0 | null | null | null | null | null | null | null | neuralgcm/experimental/atmosphere/__init__.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:11.837415 | # Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... |
neuralgcm/neuralgcm | https://github.com/neuralgcm/neuralgcm | null | null | null | null | 969 | null | null | apache-2.0 | null | null | null | null | null | null | null | conftest.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:11.847322 | # Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... |
neuralgcm/neuralgcm | https://github.com/neuralgcm/neuralgcm | null | null | null | null | 969 | null | null | apache-2.0 | null | null | null | null | null | null | null | neuralgcm/__init__.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:11.848157 | # Copyright 2024 Google LLC
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# https://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing, sof... |
neuralgcm/neuralgcm | https://github.com/neuralgcm/neuralgcm | null | null | null | null | 969 | null | null | apache-2.0 | null | null | null | null | null | null | null | neuralgcm/experimental/__init__.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:11.856110 | # Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... |
neuralgcm/neuralgcm | https://github.com/neuralgcm/neuralgcm | null | null | null | null | 969 | null | null | apache-2.0 | null | null | null | null | null | null | null | neuralgcm/experimental/atmosphere/equations.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:11.863298 | # Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... |
neuralgcm/neuralgcm | https://github.com/neuralgcm/neuralgcm | null | null | null | null | 969 | null | null | apache-2.0 | null | null | null | null | null | null | null | neuralgcm/experimental/atmosphere/diagnostics.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:11.880438 | # Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... |
neuralgcm/neuralgcm | https://github.com/neuralgcm/neuralgcm | null | null | null | null | 969 | null | null | apache-2.0 | null | null | null | null | null | null | null | neuralgcm/experimental/atmosphere/equations_test.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:11.887322 | # Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... |
neuralgcm/neuralgcm | https://github.com/neuralgcm/neuralgcm | null | null | null | null | 969 | null | null | apache-2.0 | null | null | null | null | null | null | null | docs/conf.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:11.888065 | # Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... |
neuralgcm/neuralgcm | https://github.com/neuralgcm/neuralgcm | null | null | null | null | 969 | null | null | apache-2.0 | null | null | null | null | null | null | null | neuralgcm/demo.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:11.914922 | # Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... |
neuralgcm/neuralgcm | https://github.com/neuralgcm/neuralgcm | null | null | null | null | 969 | null | null | apache-2.0 | null | null | null | null | null | null | null | neuralgcm/experimental/atmosphere/diagnostics_test.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:11.944560 | # Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... |
neuralgcm/neuralgcm | https://github.com/neuralgcm/neuralgcm | null | null | null | null | 969 | null | null | apache-2.0 | null | null | null | null | null | null | null | neuralgcm/experimental/atmosphere/interpolators_test.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:13.005838 | # Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... |
neuralgcm/neuralgcm | https://github.com/neuralgcm/neuralgcm | null | null | null | null | 969 | null | null | apache-2.0 | null | null | null | null | null | null | null | neuralgcm/experimental/atmosphere/fixers_test.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:13.007502 | # Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... |
neuralgcm/neuralgcm | https://github.com/neuralgcm/neuralgcm | null | null | null | null | 969 | null | null | apache-2.0 | null | null | null | null | null | null | null | neuralgcm/experimental/atmosphere/observation_operators.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:13.008976 | # Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... |
neuralgcm/neuralgcm | https://github.com/neuralgcm/neuralgcm | null | null | null | null | 969 | null | null | apache-2.0 | null | null | null | null | null | null | null | neuralgcm/experimental/atmosphere/parameterizations.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:13.009555 | # Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... |
neuralgcm/neuralgcm | https://github.com/neuralgcm/neuralgcm | null | null | null | null | 969 | null | null | apache-2.0 | null | null | null | null | null | null | null | neuralgcm/experimental/atmosphere/observation_operators_test.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:13.215436 | # Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... |
neuralgcm/neuralgcm | https://github.com/neuralgcm/neuralgcm | null | null | null | null | 969 | null | null | apache-2.0 | null | null | null | null | null | null | null | neuralgcm/experimental/atmosphere/idealized_states.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:13.215947 | # Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... |
neuralgcm/neuralgcm | https://github.com/neuralgcm/neuralgcm | null | null | null | null | 969 | null | null | apache-2.0 | null | null | null | null | null | null | null | neuralgcm/experimental/atmosphere/interpolators.py | null | null | null | null | null | null | Python | 2026-05-04T02:36:13.403265 | # Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.