Skip to content

Commit

Permalink
DOC: Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
gyu-don committed Jul 29, 2021
1 parent 429f5c9 commit 654b682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/json.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This documentations describe the JSON format of ``blueqat.Circuit``.
Motivations
-----------

When you want to send or receive the Circuit to/from remote servers, `serialization<https://en.wikipedia.org/wiki/Serialization>` is an effective way.
`Pickling<https://docs.python.org/3/library/pickle.html>` is one of the traditional serializations in Python language. However, pickling is insecure when you communicate with unreliable servers or clients. Recently, JSON has been widely used as serializing format with unspecified machines.
When you want to send or receive the Circuit to/from remote servers, `serialization <https://en.wikipedia.org/wiki/Serialization>`_ is an effective way.
`Pickling <https://docs.python.org/3/library/pickle.html>`_ is one of the traditional serializations in Python language. However, pickling is insecure when you communicate with unreliable servers or clients. Recently, JSON has been widely used as serializing format with unspecified machines.
Therefore, we make specifications of blueqat Circuit JSON formats.

Serialize and deserialize function
Expand Down

0 comments on commit 654b682

Please sign in to comment.