5. Document Server
Documentation on quantum simulator systems, mpiQulacs and other software packages is available on the documentation server.
You can browse by using ssh portforward.
For example, to set the port forward on ~/.ssh/config, add a line for LocalForward as follows:
# ssh settings to the login server
Host qsim
HostName login-server
User (User account name reported by Fujitsu)
IdentityFile ~/.ssh/id_ed25519
StrictHostKeyChecking no
LocalForward 10000 172.19.102.201:80
ProxyCommand ssh -W %h:%p qsim-gw
After running ssh, you open http://localhost:10000/ in your browser to view the documentation.
The document server provides updated information on the quantum simulator system.
Please check when using the quantum simulator system.