ExpansionWavefunction

Wrapper that takes an expansion alongside its basis

Properties and Methods

 

__init__(self, energy, coefficients, analytic_wavefunctions): 

 

@property
coeffs(self): 

 

@property
basis(self): 

 

evaluate(self, *args, **kwargs): 

 

expect(self, operator): 
  • operator: Any

    No description…

  • :returns: _

    No description…

 

expectation(self, operator, other): 

Computes the expectation value of operator op over the wavefunction other and self

  • other: Wavefunction

    No description…

  • op: Any

    No description…

  • :returns: _

    No description…

 

probability_density(self): 

Computes the probability density of the current wavefunction

  • :returns: _

    No description…

Examples


Edit Examples or Create New Examples
Edit Template or Create New Template
Edit Docstrings