adcc
0.15.7

Introduction

  • Installation
  • Performing calculations with adcc
  • Theoretical review of ADC methods
  • Benchmarks and timings
  • Overview of adcc

Advanced topics

  • Connecting host programs to adcc
  • Developer’s notes
  • API reference
    • adcc module
      • Functions
        • run_adc
        • einsum
        • contract
        • copy
        • dot
        • empty_like
        • evaluate
        • lincomb
        • nosym_like
        • ones_like
        • transpose
        • linear_combination
        • zeros_like
        • direct_sum
        • guesses_singlet
        • guesses_triplet
        • guesses_any
        • guess_symmetries
        • guesses_spin_flip
        • guess_zero
        • adc0
        • cis
        • adc1
        • adc2
        • adc2x
        • adc3
        • cvs_adc0
        • cvs_adc1
        • cvs_adc2
        • cvs_adc2x
        • cvs_adc3
        • banner
      • Classes
    • libadcc: Python bindings
    • libadcc: C++ library

Extra information

  • Publications and references
  • About this project
adcc
  • »
  • API reference »
  • banner
  • View page source

banner¶

adcc.banner(colour=True)¶

Return a nice banner describing adcc and its components

The returned string contains version information, maintainer emails and references.

Parameters

colour (bool) – Should colour be used in the print out

Next Previous

© Copyright 2021, Michael F. Herbst, Maximilian Scheurer.

Built with Sphinx using a theme provided by Read the Docs.