Anders and Briegel in Python
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

9 行
182B

  1. from abp.graphstate import GraphState
  2. def test_logic_101():
  3. """ Some really simple tests """
  4. g = GraphState()
  5. g.act_local_rotation_by_name(0, "hadamard")
  6. #print g.