Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/common-header.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Copyright (c) 2026 Bytedance Ltd. and/or its affiliates
Copyright (c) 2026 ByteDance Ltd. and/or its affiliates
SPDX-License-Identifier: Apache-2.0
2 changes: 1 addition & 1 deletion docs/_static/export.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

"""Export design.svg pages to various formats using Inkscape."""
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

# Configuration file for the Sphinx documentation builder.
Expand Down
2 changes: 1 addition & 1 deletion docs/config_reference.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

"""Sphinx directives for rendering contextual config defaults in docs.
Expand Down
2 changes: 1 addition & 1 deletion docs/jaqmc_sphinx_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

"""Picklable typehints formatter for sphinx-autodoc-typehints."""
Expand Down
2 changes: 1 addition & 1 deletion docs/protocol_autodoc.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

"""Minimal Protocol-aware autodoc augmentation for Sphinx.
Expand Down
2 changes: 1 addition & 1 deletion docs/typehints_formatter.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

"""Picklable typehints formatter for sphinx-autodoc-typehints."""
Expand Down
2 changes: 1 addition & 1 deletion legacy_examples/dmc/deeperwin/deeperwin_model.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2022-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2022-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

'''
Expand Down
2 changes: 1 addition & 1 deletion legacy_examples/dmc/deeperwin/run.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2022-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2022-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

'''
Expand Down
2 changes: 1 addition & 1 deletion legacy_examples/dmc/dmc_config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2022-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2022-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

'''
Expand Down
2 changes: 1 addition & 1 deletion legacy_examples/dmc/ferminet/run.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2022-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2022-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

'''
Expand Down
2 changes: 1 addition & 1 deletion legacy_examples/dmc/lapnet/run.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2022-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2022-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

'''
Expand Down
2 changes: 1 addition & 1 deletion legacy_examples/loss/lapnet/atom_spin_state.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2024-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

from lapnet import base_config
Expand Down
2 changes: 1 addition & 1 deletion legacy_examples/loss/lapnet/run.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2024-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

'''
Expand Down
2 changes: 1 addition & 1 deletion legacy_examples/loss/loss_config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2022-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2022-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

'''
Expand Down
2 changes: 1 addition & 1 deletion legacy_examples/pp/lapnet/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

# ===============================
Expand Down
2 changes: 1 addition & 1 deletion legacy_examples/pp/lapnet/configs/ecp/X.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

from pyscf import gto
Expand Down
2 changes: 1 addition & 1 deletion legacy_examples/pp/lapnet/configs/ecp/XO.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

from pyscf import gto
Expand Down
2 changes: 1 addition & 1 deletion legacy_examples/pp/lapnet/configs/hph/Sc.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

from pyscf import gto
Expand Down
2 changes: 1 addition & 1 deletion legacy_examples/pp/lapnet/configs/hph/ScO.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

from pyscf import gto
Expand Down
2 changes: 1 addition & 1 deletion legacy_examples/pp/lapnet/configs/hph/ScS.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

from pyscf import gto
Expand Down
2 changes: 1 addition & 1 deletion legacy_examples/pp/lapnet/configs/ph/X.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

from pyscf import gto
Expand Down
2 changes: 1 addition & 1 deletion legacy_examples/pp/lapnet/configs/ph/XO.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

from pyscf import gto
Expand Down
2 changes: 1 addition & 1 deletion legacy_examples/pp/lapnet/run.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2024-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

'''
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0
2 changes: 1 addition & 1 deletion src/jaqmc/app/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0
2 changes: 1 addition & 1 deletion src/jaqmc/app/cli.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

"""CLI entrypoints for JaQMC applications.
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/app/hall/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

from .workflow import HallEvalWorkflow, HallTrainWorkflow
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/app/hall/config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

"""Configuration for the quantum Hall effect on a Haldane sphere."""
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/app/hall/data.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

"""Data structures for quantum Hall effect simulations."""
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/app/hall/estimator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

from .one_rdm import OneRDM
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/app/hall/estimator/one_rdm.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

r"""One-body reduced density matrix (1-RDM) estimator for the Haldane sphere.
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/app/hall/estimator/pair_correlation.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

r"""Pair correlation function estimator for the Haldane sphere.
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/app/hall/estimator/penalized_loss.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

r"""Angular momentum penalty estimator for state selection.
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/app/hall/hamiltonian.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

"""Potential energy estimator for the Haldane sphere."""
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/app/hall/wavefunction/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

from .mhpo import MHPO
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/app/hall/wavefunction/free.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

"""Free-electron monopole harmonics wavefunction (for benchmarking)."""
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/app/hall/wavefunction/jastrow.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

"""Jastrow factors for wavefunctions on the Haldane sphere."""
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/app/hall/wavefunction/laughlin.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

"""Exact Laughlin wavefunction on the Haldane sphere (for benchmarking)."""
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/app/hall/wavefunction/mhpo.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

"""Monopole harmonics product orbital (MHPO) wavefunction on the Haldane sphere.
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/app/hall/workflow.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

"""Workflows for the fractional quantum Hall effect on a Haldane sphere."""
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/app/hydrogen_atom.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

import jax
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/app/molecule/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

from .workflow import MoleculeEvalWorkflow, MoleculeTrainWorkflow
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/app/molecule/config/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

from .base import MoleculeConfig
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/app/molecule/config/atom.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

from jaqmc.utils.atomic import make_atom
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/app/molecule/config/base.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

from dataclasses import field
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/app/molecule/config/diatomic.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

import re
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/app/molecule/config/simple_molecule.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

from jaqmc.utils.atomic import Atom
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/app/molecule/data.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

import jax
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/app/molecule/hamiltonian.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

from jax import numpy as jnp
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/app/molecule/wavefunction/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

from .base import MoleculeWavefunction
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/app/molecule/wavefunction/base.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

"""Protocol definition for molecular wavefunctions."""
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/app/molecule/wavefunction/ferminet.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

from dataclasses import field
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/app/molecule/wavefunction/psiformer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

"""Psiformer wavefunction implementation."""
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/app/molecule/workflow.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

import logging
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/app/solid/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

from .workflow import SolidEvalWorkflow, SolidTrainWorkflow
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/app/solid/config/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

from .base import SolidConfig
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/app/solid/config/base.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

from dataclasses import field
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/app/solid/config/rock_salt.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

"""Rock salt (NaCl) crystal structure geometry builder.
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/app/solid/config/two_atom_chain.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

"""1D two-atom chain geometry builder.
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/app/solid/data.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

import jax
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/app/solid/hamiltonian.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

from collections.abc import Mapping
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/app/solid/wavefunction.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

from dataclasses import field
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/app/solid/workflow.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

import logging
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/array_types.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

from collections.abc import Mapping, Sequence
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/data.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

import dataclasses
Expand Down
2 changes: 1 addition & 1 deletion src/jaqmc/estimator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025-2026 Bytedance Ltd. and/or its affiliates
# Copyright (c) 2025-2026 ByteDance Ltd. and/or its affiliates
# SPDX-License-Identifier: Apache-2.0

from .base import (
Expand Down
Loading
Loading