• Search by Module
  • Search by Words
  • Search Projects
Top Python APIs Popular Projects
  • Java
  • Python
  • C++
  • Scala
  • Blog
Project: tenpy (GitHub Link)
  • tenpy-master
    • .github
      • workflows
        • pythonpackage.yml
        • publish-pypi.yml
    • compile.sh
    • environment.yml
    • toycodes
      • tfi_exact.py
      • c_tebd.py
      • d_dmrg.py
      • b_model.py
      • .gitignore
      • a_mps.py
    • examples
      • z_exact_diag.py
      • tfi_exact.py
      • c_tebd.py
      • a_np_conserved.py
      • e_tdvp.py
      • d_dmrg.py
      • advanced
        • xxz_corr_length.py
        • central_charge_ising.py
        • mpo_exponential_decay.py
        • tfi_phase_transition.py
      • .gitignore
      • chern_insulators
        • haldane_C3.py
        • haldane_FCI.py
        • chiral_pi_flux.py
        • haldane.py
      • userguide
        • g_dmrg_infinite.py
        • c_mps_mpo.py
        • d_model_1D.py
        • a_npc_arrays_triv.py
        • f_dmrg_finite.py
        • b_npc_arrays.py
        • h_tebd_infinite.py
        • e_model_2D.py
      • b_mps.py
    • cleanup.sh
    • LICENSE
    • .readthedocs.yml
    • README.rst
    • setup.py
    • CHANGELOG.rst
    • .style.yapf
    • setup.cfg
    • .travis.yml
    • tests
      • test_consistencies.py
      • test_model_fermions_spinless.py
      • test_truncation.py
      • test_sparse.py
      • test_model_haldane.py
      • test_tdvp.py
      • test_random_matrix.py
      • z_test_examples.py
      • test_network_contractor.py
      • test_dmrg.py
      • test_svd_robust.py
      • test_model_toric_code.py
      • test_time_evolution.py
      • test_model_tf_ising.py
      • test_np_conserved.py
      • test_params.py
      • test_model_hofstadter.py
      • test_model_spins_nnn.py
      • random_test.py
      • test_purification.py
      • test_mps.py
      • test_terms.py
      • export_import_test
        • test_pickle.py
        • test_hdf5.py
        • io_test.py
      • test_model_xxz_chain.py
      • test_lattice.py
      • test_exact_diag.py
      • test_model.py
      • test_mpo.py
      • test_model_spins.py
      • tdvp_numpy.py
      • test_tebd.py
      • test_model_hubbard.py
      • test_tools.py
      • test_lanczos.py
      • test_site.py
      • benchmark
        • singlerun.py
        • tensordot_numpy.py
        • combine_numpy.py
        • combine_npc.py
        • split_numpy.py
        • benchmark.py
        • split_npc.py
        • run_benchmark.sh
        • profiling.py
        • tensordot_npc.py
        • tebd_infinite.py
        • dmrg_infinite.py
      • test_charges.py
    • requirements.txt
    • tenpy
      • version.py
      • algorithms
        • network_contractor.py
        • tebd.py
        • dmrg.py
        • exact_diag.py
        • mps_sweeps.py
        • tdvp.py
        • truncation.py
        • mpo_evolution.py
        • __init__.py
        • mps_common.py
        • purification_tebd.py
      • networks
        • site.py
        • purification_mps.py
        • terms.py
        • mps.py
        • mpo.py
        • __init__.py
      • models
        • toric_code.py
        • tf_ising.py
        • xxz_chain.py
        • hofstadter.py
        • bose_hubbard.py
        • fermion_chain.py
        • hubbard.py
        • fermions_spinless.py
        • bose_hubbard_chain.py
        • lattice.py
        • model.py
        • haldane.py
        • __init__.py
        • spins_nnn.py
        • spins.py
        • fermions_hubbard.py
      • __init__.py
      • tools
        • misc.py
        • optimization.py
        • params.py
        • string.py
        • __init__.py
        • fit.py
        • process.py
        • .gitignore
        • math.py
        • hdf5_io.py
      • linalg
        • charges.py
        • lanczos.py
        • __init__.py
        • random_matrix.py
        • _npc_helper.pyx
        • sparse.py
        • svd_robust.py
        • np_conserved.py
    • .gitignore
    • MANIFEST.in
    • doc
      • intro
        • npc.rst
        • toycodes
          • d_dmrg.rst
          • tfi_exact.rst
          • a_mps.rst
          • c_tebd.rst
          • b_model.rst
        • examples
          • advanced.rst
          • e_tdvp.rst
          • d_dmrg.rst
          • b_mps.rst
          • tfi_exact.rst
          • c_tebd.rst
          • z_exact_diag.rst
          • advanced
            • central_charge_ising.rst
            • mpo_exponential_decay.rst
            • xxz_corr_length.rst
          • a_np_conserved.rst
        • lattices.rst
        • overview.rst
        • input_output.rst
        • examples.rst
        • JordanWigner.rst
        • toycodes.rst
        • model.rst
      • contr
        • build_doc.rst
        • todo.rst
        • guidelines.rst
      • Makefile
      • introductions.rst
      • images
        • src
          • logo_small.svg
          • JordanWignerSpinHalf.svg
          • logo.svg
        • logo.ico
      • INSTALL.rst
      • sphinx_templates
        • autosummary
          • module.rst
          • class.rst
          • base.rst
      • releases.rst
      • install
        • extra.rst
        • updating.rst
        • from_source.rst
        • conda.rst
        • license.rst
        • pip.rst
        • test.rst
      • sphinx_ext
        • sphinx_cfg_options.py
      • changelog
        • v0.6.0.rst
        • latest.rst
        • v0.3.0.rst
        • prev_tenpy.rst
        • v0.6.1.rst
        • template_latest.txt
        • v0.2.0.rst
        • v0.5.0.rst
        • v0.4.0.rst
        • v0.4.1.rst
      • main.rst
      • literature.rst
      • requirements.txt
      • index.rst
      • conf.py
      • .gitignore
      • _static
        • custom.css
      • contributing.rst
    • AUTHORS.txt