You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package is pretty nice for the demonstration of time of particle evolution in the model potential. Would it be possible to remove the periodic boundary condition? I mean, use the "hard wall" boundary condition during the calculation?
The text was updated successfully, but these errors were encountered:
There's no out-of-the-box way to do this right now, but you can always define your own potential using e.g. the potentialoperator function. Essentially, you could create a symmetric version of the potential used in this example https://docs.qojulia.org/examples/particle-into-barrier/ and make the potential high enough so it acts as a wall.
If you have had success implementing it, do not hesitate to submit it as a pull request -- libraries like this really improve when users contribute back and we would be happy to help along the way.
This package is pretty nice for the demonstration of time of particle evolution in the model potential. Would it be possible to remove the periodic boundary condition? I mean, use the "hard wall" boundary condition during the calculation?
The text was updated successfully, but these errors were encountered: