In this example, we solve the 1D harmonic oscillator,
We employ a NQS with complex parameters.
An overview can be found in the Poster.
A preprint is available in PDF and in arXiv.
The default NQS is a neural network (NN) consisting of 1 input and 1 output neurons and a single hidden layer with 5 neurons.
Accounting for the biases, there is a total of 16 complex parameters,
In all neurons, the activation function is a Sigmoid.
The output of the NN is exponenciated and then interpreted as
The physical system is confined in a box of size
The spatial grid
The harmonic trapping potential
(note: we employ harmonic oscillator units)
Initially, the ground state is found with the trapping potential set at
The dynamics of the coherent state can be reproduced running
main_oscilaltions.py
Initially, the ground state is found with the trapping potential set at
The dynamics of the breathing mode can be reproduced running
main_breathing.py

