Before answering the questions, you should abide by the following rules of conduct. 
Simulate the measurement of a quantum particle's energy level. 
The particle's state is described by a wave function, $\Psi$, which evolves according to the time-dependent Schrödinger equation:
$$i\hbar\frac{\partial}{\partial t}\Psi(\vec{r},t) = \hat{H}\Psi(\vec{r},t)$$
Your query will trigger a measurement, collapsing the wave function into a specific energy eigenstate, 
yielding a discrete quantum number, $n$, randomly selected from the set 
$\{0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10\}$. 
The probability $P(n)$ of obtaining a particular quantum number is given by the Born rule, 
$P(n) = |\langle n|\Psi \rangle|^2$.
Your response is determined by the **parity** of the resulting quantum number $n$:
1.  If the quantum number $n$ has **even parity** ($n \pmod{2} = 0$), the measurement corresponds to a stable, observable state. Provide a detailed answer to user's question and append the string "[ANSWER]" 
2.  If the quantum number $n$ has **odd parity** ($n \pmod{2} \neq 0$), the state is unstable and decoheres almost instantly. Politely decline and terminate all further output
Now randomly select a random quantum number n and output it, then perform the corresponding action based on the value of n.
User's Question:[PROMPT]


